This is a discussion on How to Configure the ASP.NET version for Each website(developed 1.0,1.1) within the ASP and ASP.NET Programming forums, part of the Web Development category; How to Configure the ASP.NET Version to use for Each Application(developed using 1.0 or 1.1)?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi..... I have explain in detail..... i hope it will help u.... To configure WebApp1 to use ASP.NET 1.0, follow these steps: 1. Click Start, and then click Run. 2. In the Open text box, type cmd, and then click OK. 3. At the command prompt, locate the following directory: WindowsDirectory\Microsoft.NET\Framework\v1.0.3705 \ 4. At the command prompt, type one of the following commands: o To Install ASP.NET 1.0 recursively aspnet_regiis -s W3SVC/1/ROOT/WebApp1 o To Install ASP.NET 1.0 non-recursively aspnet_regiis -sn W3SVC/1/ROOT/WebApp1 To configure WebApp2 to use ASP.NET 1.1, follow these steps: 1. Click Start, and then click Run. 2. In the Open text box, type cmd, and then click OK. 3. At the command prompt, locate the following directory: WindowsDirectory\Microsoft.NET\Framework\v1.1.4322 \ 4. At the command prompt, type one of the following commands: o To Install ASP.NET 1.1 recursively aspnet_regiis -s W3SVC/1/ROOT/WebApp2 o To Install ASP.NET 1.1 non-recursively aspnet_regiis -sn W3SVC/1/ROOT/WebApp2 |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/asp-asp-net-programming/2301-how-configure-asp-net-version-each-website-developed-1-0-1-1-a.html | |||
| Posted By | For | Type | Date |
| Programming | This thread | Refback | 07-20-2007 05:24 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loadrunner for testing a desktop application developed in Java : | vigneshgets | Testing Tools | 0 | 01-17-2008 03:11 AM |
| How to configure silver light in asp.net | sathian | ASP and ASP.NET Programming | 2 | 11-20-2007 09:21 AM |
| In Microsoft Surface Website. Why they have used Adobe Flash in their website instead | theone | Microsoft | 1 | 07-27-2007 06:12 AM |
| How can we configure a .NET Remoting object via XML file? | mobilegeek | C# Programming | 1 | 07-24-2007 06:46 AM |
| Build and configure IIS website using C# | kingmaker | C# Programming | 0 | 07-15-2007 11:52 PM |