I have a resource (a directory) on a Windows Server 2008 RS machine that I need to use as a web share on a Windows Server 2008 Server Standard machine running IIS. I am having trouble finding the right permissions to set for the resource to make it available on the IIS machine.

If I place the resource on the IIS machine it works fine, but I need it to work as a network share.

link|improve this question
What is the error you receive? By RS do you mean R2? – Somantra Feb 2 '11 at 18:29
feedback

2 Answers

The likely cause here is the app pool identity has insufficient rights, if you are using pass-through authentication. Robert Kaucher also makes a good point in his suggestion. A UNC path won't be ambiguous, so when setting up the share, you may need to use a UNC path along with an app pool identity that can properly access said share.

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.