Monday, August 17, 2015

(Solved) Error: HTTP Error 401.3 - Unauthorized

HTTP Error 401.3 - Unauthorized
You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.
Solution:

In IIS,

  • Right Click the  published site -> Edit Permission
  • A dialog will open
  • In the security tab, "Group or user names" section check IUSER is there.
  • If not, click edit button below that section
  • Click the Add button in the dialog
  • Click Advanced button in the dialog
  • Click Find Now button in the dialog
  • In the Search results section select IUSER and click ok.
  • Now choose IUSER and give all the permission by clicking the check box's.

No comments:

Post a Comment