HTTP Error 401.3 - Unauthorized

后端 未结 3 525
再見小時候
再見小時候 2020-12-13 06:27

I am getting this errror in my newly created website in Windows 7 and IIS 7.5. I created an SSL certificate and done binding new website.

HTTP Error 4

3条回答
  •  轮回少年
    2020-12-13 07:03

    IIS 7 also creates "IUSR" as default user to access files via IIS. So make sure user IUSR has read access to files/folders.

    How to check if IUSR has read Access? Right Click -> Folder -> Properties -> Security Tab See if IUSR is in Group or user names list, If No.

    Click Edit -> Add -> Advanced -> Find Now -> Select IUSR and click OK -->click Apply

提交回复
热议问题