Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Microsoft Windows Server 2012 and IIS 8
-
Is is possible to get ProGet to install on IIS 8? I have tried adding the Windows Features for .Net 3.5 & 4.5 (http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45#TOC301258515), as well as the web.config trick (http://stackoverflow.com/questions/11425574/mvc4-http-error-403-14-forbidden). Is there anything else I can do or do I need to give it up and use a 2k8 server?
-
ProGet can run on Server 2012 / IIS 8 without issues, and no additional configuration should be needed.
Make sure .NET 4.0 set to allowed under ISAPI & CGI Restrictions in IIS.
-
I added an older version of the ProGet website to my server and enabled it. This website returned an error that my app pool's Managed Pipeline Mode was in Integrated and should be Classic, switched to Classic and the site worked, switched back to the latest version of the ProGet website and it worked. Switched back to Integrated and the site broke with the same 403-14 error message. I am not sure why the app pool was ever in Integrated mode.