Results 1 to 14 of 14
-
10-24-2009, 04:10 AM #1
Freshman
- Join Date
- Oct 2009
- Posts
- 5
- Thanks
- 0
- Thanked 2 Times in 1 Post
- Feedback Score
- 0
Difference between ASP and ASP.NET
ASP stands for Active Server Pages. ASP.NET is the next generation of ASP. After the introduction of ASP.NET, old ASP is called 'Classic ASP'.
Most of the engines place added relevancy on keywords found in the name of the page, or the URL. When naming your pages, try to name your pages after your keyword phrases.
Classic ASP uses vb script for server side coding. Vb Script is not supported any more in ASP.NET. Instead, ASP.NET supports more languages including C#, VB.NET, J# etc. VB.NET is very similar to vb script, so it should be easy for old Visual Basic or ASP programmers to switch to VB.NET and ASP.NET
VB Script is a simple scripting language, where as VB.NET or C# are modern, very powerfull, object oriented programming languages. Just for that reason, you will be able to write much more robust and reliable programs in ASP.NET compared to ASP.
In classic ASP, there was no server controls. You have to write all html tags manually. ASP.NET offers a very rich set of controls called Server Controls and Html Controls. It is very easy to drag and drop any controls to a web form. The VS.NET will automatically write the required HTML tags automatically for you.
-
10-25-2009, 11:53 PM #2
Junior
- Join Date
- Jun 2009
- Posts
- 434
- Thanks
- 1
- Thanked 3 Times in 3 Posts
- Feedback Score
- 0
thanks for proving this article on ASP.NET
-
10-26-2009, 12:19 AM #3
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,172
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
Nice read. I use asp .net for most of my web developments. Its just make it real easy with rich set of pre-built tools.
Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
02-16-2010, 01:00 AM #4
Freshman
- Join Date
- Feb 2010
- Location
- london
- Posts
- 22
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Thanks for providing information on ASP.NET.
-
02-16-2010, 08:06 AM #5
Freshman
- Join Date
- Feb 2010
- Posts
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Hi,
I would like to answer this as - ASP is a scripting language used for the development of webpages, while ASP.NET is a web application framework developed by Microsoft to build dynamic websites, web applications and web services.
ASP is a small baby against ASP.NET. It supports backend languages like VB, C#, J# for coding.
There are many differences between both the terms..
-
03-23-2010, 01:40 AM #6
Freshman
- Join Date
- Mar 2010
- Posts
- 4
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Hey its been really good information and also the things mention here between Asp and Asp .net then its been amazing. I am looking forward for that article.
-
07-08-2010, 01:24 AM #7
Freshman
- Join Date
- Jul 2010
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Data recovery
ASP is more complex than ASP.NET. ASP uses scripting language for server side coding whereas asp.net is used for creating dynamic web applications. Testing and debugging is easy in asp.net and difficult in asp. There is no server controls in asp and designing and coding is done on the same page so application become so complex but in asp.net designing and coding is done separately so it is easy to find bugs in applications.
Last edited by manik; 07-08-2010 at 10:30 AM. Reason: link removed
-
08-24-2010, 11:55 PM #8
Sophomore
- Join Date
- Apr 2010
- Posts
- 65
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
ASP and ASP.NET does not have a wide range of differentiation. it is just the updated version of ASP. The ASP software is more complicated and then new one hence the complication is limited in the ASP.NET
-
08-23-2011, 03:16 AM #9
Freshman
- Join Date
- Aug 2011
- Posts
- 24
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
09-02-2011, 08:32 AM #10
Banned
- Join Date
- Jul 2011
- Posts
- 45
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Thanks for given information.
-
09-06-2011, 04:25 AM #11
Freshman
- Join Date
- Sep 2011
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
fucking languages no doubt
-
10-25-2011, 01:48 AM #12
Freshman
- Join Date
- Oct 2011
- Posts
- 13
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
ASP is run under the inetinfo.exe(IIS) process space and hence susceptible to application crashes as a result the IIS needs to be stopped or restarted. ASP is related to the process isolation setting in IIS.
The ASP.NET worker process is a distinct worker process, aspnet_wp.exe, separate from inetinfo.exe ( IIS process), and the process model in ASP.NET is unrelated to process isolation settings in IIS.
-
10-31-2011, 04:52 AM #13
Freshman
- Join Date
- Nov 2010
- Posts
- 18
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
ASP.NET has better language support, a large set of new controls, XML-based components, and better user authentication.
ASP.NET provides increased performance by running compiled code.
ASP.NET code is not fully backward compatible with ASP.
-
11-24-2011, 02:12 AM #14
Junior
- Join Date
- Dec 2010
- Posts
- 286
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
yes, ASP is a scripting language which is used for the development of webpages, while ASP.NET is a web application framework developed by Microsoft to build dynamic websites, web applications and web services. In Dot net framework include asp.net, c#, vb.net, j# .
Similar Threads
-
Where can I get reliable asp.net hosting services?
By Joker in forum Website & Server AdministrationReplies: 11Last Post: 12-06-2011, 09:32 AM -
Moving from ASP.NET to CF
By Abina in forum ColdFusionReplies: 1Last Post: 02-01-2010, 03:09 AM -
Should I move to ColdFusion from ASP.NET?
By Abina in forum ColdFusionReplies: 1Last Post: 02-01-2010, 03:04 AM -
dating software in Asp.net sql server 2005
By nandhisri in forum TemplatesReplies: 0Last Post: 10-23-2009, 04:12 AM -
Which is best Asp.net, Php, Sharepoint?
By alexyorkie in forum Web Development - Programming & CodingReplies: 3Last Post: 06-17-2009, 01:31 PM


Reply With Quote



