HTTP Error 403.14 - Forbidden Error when accessing website

后端 未结 7 1934
耶瑟儿~
耶瑟儿~ 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

    In IIS, you need to find out which app pool your application is running from. Just right click the web application under Sites>Manage Web Site>Advanced Settings. The first property should be the app pool.

    Now, click Application Pools. You should see a column called "Identity". Add that user to the ACL of the C:\svn\K2\trunk\appteam\web\Chatham.Web.UI.Extranet\ directory. If it just says 'ApplicationPoolIdentity', it can be a little tricky figuring out the user. If it's just running under DefaultAppPool, you can use IIS AppPool\DefaultAppPool.

提交回复
热议问题