vote up 0 vote down star

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

flag

75% 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

3 Answers

vote up 0 vote down check

Hello,

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or
never shown

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