IIS7 - How to share a folder

Associate
Joined
1 Aug 2007
Posts
1,065
Hi all,

I'm using IIS7 and all I want to do is Share folder. I don't wont any authentication prompts.

I've created the Virtual directory and the application pool. The app pool is running as Networkservice.

If I browse the IIS Site using Basic Authentication it prompts me for my credentials and I can access the files after entering them. However I don't want the authentication prompt. If I disable Basic and Enable Windows Authentication I get no access.

Please advise.

Regards
 
It all depends on what you want. Do you want anonymous access or NTLM authenticated access? If its the former you'll need to disable windows authentication and basic authentication and enable anonymous authentication. If its NTLM authentication, you'll need to enable windows authentication and make sure the folder has the correct NTLM permissions for the users you want to give access to.

Does that make sense?
 
Hi Ruffneck,

I would be happy with anonymous access for this. However if I enable just that it still prompts for credentials. If I put them in it works.
 
Hi Mrbell,

Ill post up some details tomorrow when I'm back at work. Directory sharing might be what im after. All I want to do is list the files in folder and allow people to open them.
 
Back
Top Bottom