ASP.NET

This section describes information about developing .NET Web applications using ASP.NET. ASP pages are written in a managed code language such as Visual Basic .NET, C#, or Managed C++.

ASP.NET applications require that the .NET Framework be installed on the IIS server. Installation of the .NET Framework is very easy. All the .NET files are contained in one Redistributable file (Dotnetfx.exe) that is available for download from Microsoft or is available on CD. The redistributable file includes samples and documentation, updates to Windows Installer components, operating system files and data access components that your computer might need to run the .NET Framework.

For examples of ASP.NET pages, see Creating ASP.NET Pages.

This section includes the following topics: