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 |
|
#1
| |||
| |||
| How to Configure the ASP.NET Version to use for Each Application(developed using 1.0 or 1.1)? |
|
#2
| |||
| |||
| 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 | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to configure Wi-Fi | raj01 | Networking & Internet Connectivity | 1 | 05-04-2009 08:04 AM |
| Loadrunner for testing a desktop application developed in Java : | vigneshgets | Testing Tools | 0 | 01-17-2008 02:11 AM |
| How to configure silver light in asp.net | sathian | ASP and ASP.NET Programming | 2 | 11-20-2007 08:21 AM |
| In Microsoft Surface Website. Why they have used Adobe Flash in their website instead | theone | Microsoft | 1 | 07-27-2007 05:12 AM |
| Build and configure IIS website using C# | kingmaker | C# Programming | 0 | 07-15-2007 10:52 PM |
Our Partners |