Share via


ASP.NET

ASP.NET can be used at the same time as ASP on IIS 6.0. Simply changing the names of your ASP files from .asp to .aspx sends your files through the ASP.NET ISAPI DLL instead of the ASP ISAPI DLL.

ASP.NET understands most ASP code, but it also has greater functionality that allows you to build enterprise-class Web applications that can work as a part of the .NET Framework. Using ASP.NET allows you to take full advantage of the features of the common language runtime, such as type safety, inheritance, language interoperability, and versioning.

Please see the following topics at MSDN Online, in the Platform SDK, or in Visual Studio.NET documentation: