The site was deployed on 2008 and the results appeared
HTTP Error 403.14-forbidden The WEB server is configured to a list the contents of this directory.
I really don't know what the hell this TM is.
Http://cdonner.com/mvc-5-on-windows-server-2008iis-7.htm
This link is the original blog, the following is the meaning of this blog.
As the blogger says, Google has been talking about adding
<system.webserver><modules runallmanagedmodulesforallrequests= "true" ></modules></ System.webserver>
In fact, this sentence is not exactly the meaning. Of course, this passage is not indiscriminate. The exact reason for the direct MSDN documentation is clear.
Here is a counter example: http://www.bubuko.com/infodetail-610089.html This blogger is not read the text, only look at the code.
Donner means this: Remove the checkbox on the following module. Let it be inherited into local .
And then..... Then the wood has then, OK. The ghost knows why to become local.
After becoming a local, the Webconfig is automatically configured as follows:
<modules> <remove name= "UrlRoutingModule-4.0"/> <add name= "UrlRoutingModule-4.0" type= " System.Web.Routing.UrlRoutingModule "precondition=" ></add> </modules>
Post it for verification.
This is really a problem that makes people fall apart. Expect someone to tell me why.
MVC 5 on Windows Server 2008/iis 7