ASP:- Active Server Pages or Classic ASP, as it is more commonly known, is Microsoft's first server side scripting engine that enables you to make dynamic and interactive web pages.
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP.
.NET:NET is an integral part of many applications running on Windows and provides common functionality for those applications to run. This download is for people who need
.NET to run an application on their computer. For developers, the
.NET Framework provides a comprehensive and consistent programming model for building applications that have visually stunning user experiences and seamless and secure communication.
shl_csit
Member
246 Points
99 Posts
ASP,ASP.NET,.NET
Feb 01, 2012 05:11 AM|LINK
Hi frnds !!!
please explain me the difference between ASP,ASP.NET,.NET
shiva.ram24
Member
615 Points
163 Posts
Re: ASP,ASP.NET,.NET
Feb 01, 2012 05:24 AM|LINK
ASP (Activex Server Pages) is old style of designing web pages.
ASP.NET is advanced to ASP(Classical ASP) with .NET programming languages like C#.NET or VB.NET etc. are used as Server-Side coding.
.NET is a framework or it is an Environment to develop diffrent applications like Web or Windows applications.
Search in msdn.com, you will get correct answer and difference among them.
All the best!
ignatandrei
All-Star
135204 Points
21687 Posts
Moderator
MVP
Re: ASP,ASP.NET,.NET
Feb 01, 2012 05:27 AM|LINK
ASP - first version - based on vb
.NET - a framework htat have many features
ASP.NET - next version of ASP, based on .NET . Learn from here http://www.asp.net/web-forms or http://www.asp.net/mvc
rohitpundlik
Contributor
3102 Points
934 Posts
Re: ASP,ASP.NET,.NET
Feb 01, 2012 05:34 AM|LINK
ASP:- Active Server Pages or Classic ASP, as it is more commonly known, is Microsoft's first server side scripting engine that enables you to make dynamic and interactive web pages.
http://www.w3schools.com/aspnet/aspnet_intro.asp
ASP.NET:-
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP.
http://www.javascriptkit.com/howto/aspnet.shtml
http://www.w3schools.com/aspnet/aspnet_vsasp.asp
.NET:NET is an integral part of many applications running on Windows and provides common functionality for those applications to run. This download is for people who need .NET to run an application on their computer. For developers, the .NET Framework provides a comprehensive and consistent programming model for building applications that have visually stunning user experiences and seamless and secure communication.
http://msdn.microsoft.com/en-us/library/zw4w595w.aspx
I hope this will help you...
Rohit Pundlik
Please mark as answer if this helps you...
srinanthuram
Contributor
6800 Points
1549 Posts
Re: ASP,ASP.NET,.NET
Feb 01, 2012 07:18 AM|LINK
hi
see this url
http://www.javascriptkit.com/howto/aspnet.shtml
thank u