How to Install Deployment Server Web Console on Windows 2003 x64
Before you can install the Deployment Server Web Console on a Windows 2003 x64 server, you must do the following:
- Install the .NET Framework Version 1.1 Redistributable
- Download dotnetfx.exe from http://www.microsoft.com/Downloads/details.aspx?Fa...
- Run dotnetfx.exe
- When prompted to install .net 1.1, click Yes.
- The installer will warn you of an incompatibility with IIS x64, we will take care of this later. Click Continue.
- Accept the License Agreement and click Install.
- Configure IIS to run in 32-bit mode
- Open a command prompt window. (Click Start, click Run, cmd, and then click OK.)
- Run the following command:
cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
- Enable IIS 1.1
- Open the command prompt window.
- Run the following command:
%SYSTEMROOT%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
- Close the command prompt window.
- Open Internet Information Services (IIS) Manager (Start>Administrative Tools>Internet Information Services (IIS) Manager)
- In the left-hand pane, select "Web Service Extensions"
- In the right-hand pane, select "ASP.NET v1.1.4322"
- Click Allow.
- Close IIS Manager.
