To resolve this problem, follow these steps.
Important This article does not apply to Windows Server 2008. Do not run these steps on a Windows Server 2008-based computer.
64-bit mode
- Click Start, click Run, type cmd, and then click OK.
- To enable the 64-bit mode, type the following command, and then press ENTER:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
- Type the following command, and then press ENTER:
cd C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727
- To install the 64-bit version of ASP.NET, type the following command, and then press ENTER:
aspnet_regiis �i
- Type the following command, and then press ENTER:
iisreset
32-bit mode
- Click Start, click Run, type cmd, and then click OK.
- To enable the 32-bit mode, type the following command, and then press ENTER:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
- Type the following command, and then press ENTER:
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
- To install the 32-bit version of ASP.NET, type the following command, and then press ENTER:
aspnet_regiis �i
- Type the following command, and then press ENTER:
iisreset
After you follow these steps, Visual Web Developer 2005 can correctly locate the path of the WebDev.WebServer.exe file. Therefore, the Visual Web Developer 2005 test Web server can be turned on.