HTTP Error 403.14 - Forbidden IIS Error for ASP.Net MVC 4 Application

前端 未结 13 1953
情书的邮戳
情书的邮戳 2020-12-05 02:52

we developed an asp.net mvc 4 application. in vs 2012 this work fine. we publish this web application and putting it on iis 7.5, but when we want to browse web application t

13条回答
  •  失恋的感觉
    2020-12-05 03:26

    In my case Default Web Site was mapped to a different application. When I was trying to access my app inside Default Web Site I got the 403.14 error.

    The solution was to remap Default Web Site to default C:\inetpub\wwwroot.

提交回复
热议问题