up vote 0 down vote favorite
share [g+] share [fb]

I set up a website and I created a folder names (docs) in the website as 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 this folder with any restrictions?

David

link|improve this question

72% accept rate
Which authentication system is causing you problems? IIS build in or have you got .NET on the machien which is restricting access? – John_ Jan 7 '09 at 9:05
feedback

3 Answers

up vote 0 down vote accepted

Here are two support documents that assist 1.) with the setup of Virtual Directories, and 2.) how to manage folder permissions in IIS.

I hope that this gives some guidance for you.


Michael Kennedy Support Engineer mkennedy@hostmysite.com http://www.HostMySite.com?utm_source=bb

link|improve this answer
feedback

Not really a programming question, but if you lauch IIS manager, right click on your virtual directory, click Edit under Anonymous access and authentication control, choose "directory security" and select "anonymous".

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.