I have a website that is developed in ASP.NET Framework 4.5 MVC 5 and is not opening in IIS 7.5 Windows Server 2008, but in IIS Express Local 7 of Windows 7 opens normal.
Is there anything to install in IIS?
I have a website that is developed in ASP.NET Framework 4.5 MVC 5 and is not opening in IIS 7.5 Windows Server 2008, but in IIS Express Local 7 of Windows 7 opens normal.
Is there anything to install in IIS?
Try the following solutions:
If HotFix does not work, use the configuration below:
<system.webServer>
<modules>
<remove name="UrlRoutingModule-4.0" />
<add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="" />
Maybe it's some non-enabled configuration. Try this: