HTTP Error 403.14 - Forbidden Error when accessing website

后端 未结 7 1905
耶瑟儿~
耶瑟儿~ 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 07:08

    I solved this problem by setting exact .net framework. My website was using v4.0 version of .net.

    • Workaround to handle the problem:
      1. Open command line as an administrator
      2. Go to directory "C:\Windows\Microsoft.NET\Framework\v4.0.30319"
      3. Execute the following: aspnet_regiis.exe -i
      4. Open IIS and change Pipeline Mode of Your application to Integrated

    Hope this helps

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