IIS - 401.3 - Unauthorized

前端 未结 10 1675
深忆病人
深忆病人 2020-12-12 14:44

I am trying to get started with using IIS. I created a new site on IIS Manager, mapped it to a folder on my file system and added index.html to the folder. I have set the po

10条回答
  •  天涯浪人
    2020-12-12 15:05

    Try this solution:

    https://serverfault.com/questions/38222/iis-7-5-windows-7-http-error-401-3-unauthorized

    Also check if the user running the IIS AppPool has read access to that folder/file.

    Have a look at this:

    http://www.iis.net/learn/manage/configuring-security/application-pool-identities

    Also have a look at this:

    http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis

提交回复
热议问题