How do I get a package server to function with IIS 7?
ITMS 8.x
Package Servers are unable to host their packages within IIS 7 unless the IIS 6.0 Compatibility Tools are installed as part of the Web Service role configuration. There are a few other services that need to be enabled for Package Server to fully function, they are outlined below.
If this is a 64-bit server (Server 2008 64-bit) "Enable 32-bit application" must be configured in IIS.
Steps:
NOTE: ASP .NET runs in Integrated Managed Pipeline mode by default on IIS 7, so run the following at the command line as this migrates the configuration to the system.webServer/handlers section. Either run the following command or change the pipeline mode on the default Application Pool from "Integrated Managed" to "Classic":
%systemroot%\system32\inetsrv\appcmd migrate config "Default Web Site/"