Article ID: 816782 - Last Review: October 9, 2006 - Revision: 5.3 HOW TO: Configure Different Versions of an ASP.NET Application Running on the Same Web ServerOn This PageSUMMARYThis step-by-step article describes how to configure
different ASP.NET versions for different Web applications running on the same
Web server. This article also describes how to
configure an ASP.NET application to target a specific version of the .NET
Framework. RequirementsThe following list outlines the recommended hardware, software, network infrastructure, and service packs that are required:
Find the ASP.NET Version Used for the ApplicationView the script map for an ASP.NET application to determine the version of ASP.NET that the application uses. To view the script map for an ASP.NET application, follow these steps:
Use Aspnet_regiis.exe to Update the Script MapTo make it easier to reconfigure the script map for an ASP.NET application, each installation of the .NET Framework is associated with a version of the ASP.NET IIS Registration tool (Aspnet_regiis.exe). You can use this tool to remap an ASP.NET application to the ASP.NET ISAPI version associated with the tool.Note Because Aspnet_regiis.exe is linked to a specific version of the .NET Framework, you must use the appropriate version of Aspnet_regiis.exe to reconfigure the script map for an ASP.NET application. Aspnet_regiis.exe only reconfigures the script map of an ASP.NET application to the ASP.NET ISAPI version associated with the tool. Configure ASP.NET 1.0 for the ApplicationWhen ASP.NET 1.1 is configured on the root Web site, follow these steps to configure ASP.NET 1.0 for an application:
aspnet_regiis -k w3svc/1/root/ApplicationName Configure ASP.NET 1.1 for the ApplicationWhen ASP.NET 1.0 is configured on the root Web site, follow these steps to configure ASP.NET 1.1 to run an application:
aspnet_regiis -k w3svc/1/root/ApplicationName REFERENCES
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
324733
(http://support.microsoft.com/kb/324733/
)
HOW
TO: Distribute the .NET Framework with a Visual Studio .NET deployment
project
For more information, visit the following
Microsoft Web sites:ASP.NET Side-by-Side Support Overview
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b50bfdc1-a3ce-47d1-b476-dcd5d220c020.mspx (http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/b50bfdc1-a3ce-47d1-b476-dcd5d220c020.mspx) Configuring an ASP.NET Application for an ASP.NET Version http://technet2.microsoft.com/WindowsServer/en/Library/1c82b9f7-4e56-4338-b926-3f01c21224141033.mspx (http://technet2.microsoft.com/WindowsServer/en/Library/1c82b9f7-4e56-4338-b926-3f01c21224141033.mspx)
| Article Translations
|

Back to the top
