I have hosted single html page in IIS
. When I open it using url (http:myipaddress/test.html
) it works fine but when I press Ctrl + F5 it gives me error.
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.
also it doesn't open in other PCs in domain server. I have given read/write permission to few users in network and added IIS_IUSRS
user as well.