book
Article ID: 178292
calendar_today
Updated On:
Resolution
Question
How do I install the Deployment Solution Web Console to run on Windows 2008 or 2012 Server?
Answer
- Add the Web Server (IIS) Role and the following role services (names may look slightly different in 2012):
- Application Development\ASP.NET
- Application Development\ASP
- Security\Basic Authentication
- Security\Windows Authentication
- Management Tools\IIS 6 Management Compatibility
- If your Windows Server 2008/2012 is x64, run the following command to allow the 32-bit Web Console to run on IIS: cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
- Download and use the .net 1.1 from this site. http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/ (note that these instructions still apply to 2012 but the settings may look different than the article references. It should work correctly as long as you install the 3 included files in the article)
- If the Deployment Solution Web Console is not already installed, install it now.
- In IIS Manager, go to DSWeb, then "Basic Settings..." Change the Application Pool to "Classic .NET AppPool". In some versions this may also read ".NET 4.5 classic".
- Reboot your server. (restarting IIS may be sufficient without rebooting)