IIS Permissions or NTFS Permissions?
Posted
by
Jason
on Server Fault
See other posts from Server Fault
or by Jason
Published on 2010-12-29T14:47:24Z
Indexed on
2010/12/29
15:55 UTC
Read the original article
Hit count: 959
I currently have a Windows Server 2003 setup to serve multiple sites via IIS. One of our directories needs to allow access to only 1 specific AD Security Group.
I know there are two ways to accomplish this. One is using IIS to add permissions and the other is to set permissions on the folder/directory itself. A script runs at night and populates the content so users only need read permissions to view it in a browser.
My question is which one is preferred?
© Server Fault or respective owner