web site configuration
One web site is required to be accessed by me (developer) and one user (DOMAIN_NAME\USER_NAME). When I developed web site in visual studio using "automatic host" created by VS, the following settings in web.config were enough: <authentication mode="Windows"/> <authorization> <allow users="DOMAIN_NAME\my_name,DOMAIN_NAME\USER_NAME" /> <deny users="*" /> </authorization> But when I created web site in IIS I'm receiving error: Access is denied. Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested