This issue is related to what credentials IIS is passign to the UNC share and the NTFS permissions set on the shared content.
When you set a 'connect as' user ID *all* access to the share will be based on the 'connect as' user's credentials, however there are ways of having IIS pass the accessing user's credentials instead.
What version of IIS are you using?
Dave Dietz
Main Topics
Browse All Topics





by: baze68Posted on 2006-07-05 at 12:33:36ID: 17045640
Okay, so this appears to be NTFS related, not IIS. When I give the the 'connect as' IISUser account NTFS read/list permissions on the 'managers' folder/file - everything works.
BUT, I don't want everyone to be able to access/pull the files from that folder. So how do I set up the NTFS permissions and the IIS authentication on the 'Mangers' virtual directory to allow acces to just the users in the GBL groups that I have granted NTFS permissions?
Thanks in advance for your help.