HTTP Error 403.14 - Forbidden Error when accessing website

后端 未结 7 1943
耶瑟儿~
耶瑟儿~ 2020-12-10 06:42

So I have all the updated code, the entire solution builds. It works on everyone else\'s machine, however when I try and access localhost/extranet on my machine

7条回答
  •  北荒
    北荒 (楼主)
    2020-12-10 06:59

    Causes this error is removed Global.asax file from your root directory of your site.

    To solve this problem add a Global.asax file to your project.

    See here: How to add Global.asax file to ASP.NET MVC4 project

提交回复
热议问题