Thursday, December 1, 2011

Getting past the IIS 403.14 error

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.

Posted via email from The Coder's Perspective

0 comments:

Share/Save/Bookmark