This morning my ASP.NET MVC website wouldn't run on IIS anymore. It worked fine through Visual Studio, but in IIS I just got a HTTP 403.14 error.
Turned out the following setting in web.config was the problem:
<modules runAllManagedModulesForAllRequests="false">
It had to be set to true, not false.


0 comments:
Post a Comment