Configuring an IIS 6.0 virtual directory

I created a website and I created folder names (docs) on the website as a virtual directory with some documents.

Therefore the url is: xxxxxxyyyyzzzz.com/docs

The problem is that when I try to access xxxxxxyyyyzzzz.com/docs/1.doc, authentication is required. Can you tell me how to remove this and leave any user access to this folder with any restrictions?

David

0


source to share


3 answers


Here are two support documents that help 1.) with [installing virtual directories] [1] and 2.) [how to manage folder permissions in IIS] [2].



I hope this gives you some hints.

0


source


Not really a programming question, but if you are a lauch IIS manager, right click on your virtual directory, click Edit under Anonymous Access Control and Authentication, select Directory Security and select Anonymous.



You also need to make sure that the anonymous IIS account has read access to the directory in question (the account is displayed on the screen where you enable / disable anonymous access).

+1


source


Make sure you have anonymous access with a valid account under Properties| Directory Security | Authentication and access control | Edit...

0


source







All Articles