Hi all there is a problem which I can't solve. I've placed my site files on subdirectory of root catalog. Then I've placed to root catalog web.config file with URL rewrite rule. Subdirectory is setted up as application. Anonymous authentication for this subdirecory enabled also. So, as a result I see the Server Error in '/subdirectory' Application. 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 URL. Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance. What can I do to solve this issue? Thanks in advance. P.S. Unlimited subdomains addon enabled. Site is fully working in root (not sub) directory.
Looks like the URLRewrite rule inherited into the subdirectory and it cause some redirection that requires login. Try explicitly remove the URLRewrite rules in the subdirectory's web.config.
Yes, it works! Thank you very much. Now I see redirect cycle, but this is maybe another story. I so tired of this already.