IIS not running ASP.NET MVC application

前端 未结 2 1546
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 17:12

I have deployed an asp.net MVC application to my IIS7 server. When I attempt to browse the dafault route I get the message

HTTP Error 403.14 - Forbidden

The Web

相关标签:
2条回答
  • 2021-02-05 17:31

    Maybe:

    <system.webServer>
        <modules runAllManagedModulesForAllRequests="true"/> 
    </system.webServer>
    

    OR

    • ASP.NET MVC on IIS 7.5
    • ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden
    • Can't run ASP.NET MVC 2 web app on IIS 7.5
    0 讨论(0)
  • 2021-02-05 17:32

    I've tried a lot, and finally one checkbox did the trick

    0 讨论(0)
提交回复
热议问题