I'm having trouble to configure my local IIS and on our server to make an MVC application working properly. First time we try to use an MVC project.
Config: Visual Studio 2013 on a Windows 7 64 bit. IIS 7.5. .Net Framework 4.5.1 installed.
Used this example:
https://code.msdn.microsoft.com/AngularJS-with-Web-API-43e5de16
Working perfectly with IIS express, but when I change it to Local IIS, the top Menu is not even displayed. I don't receive any errors to guide me.
I tried many many options found on the web:
<modules runAllManagedModulesForAllRequests="true"/>
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ir
change modules and other things in the web.config file.
None of that as work! I was told that the routing is not configured correctly in IIS, but even after changing the web.config, it is not working.
Need help for this!