|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
group security in IISI have a web app that I wish to limit execution access to a universal
security group during beta test... I've tried restricting permissions using ntfs, the virtual directory and the net.config file (which I assume will not work as this is not a vb.net app). So far, access is still universal. Any ideas? HankC Hi Hank,
Did you disabled anonymous access on the virtual folder in question? You should disable anonymous access and enable Integrated Windows Authentication. Then, on the physical folder, set the NTFS permissions required for the group. Wihout anonymous access, as soon someone request the protected resource, IIS will respond with a 401, and your browser will take care of authentication proccess. In case of IE it will try the current credentials of the logged on user before prompting for username/password. To make sure who is the user accessing the resource check the IIS log files. Cheers, Eric. Show quoteHide quote "HankC" <cla***@missouri.edu> wrote in message news:1154360168.759326.109300@m79g2000cwm.googlegroups.com... > > I have a web app that I wish to limit execution access to a universal > security group during beta test... > > I've tried restricting permissions using ntfs, the virtual directory > and the net.config file (which I assume will not work as this is not a > vb.net app). > > So far, access is still universal. Any ideas? > > > HankC >
Network/Web Site Authentication
iis problems with some xp clients - kerberos issue? Network service default permissions Virtual Directory On UNC Share Not Writable changing "CN" name IIS + SQL (Not enough storage is available to complete this operation) HTTP 405: The HTTP verb used to access this page is not allowed Application Pool Identity IIS 5.0 vs IIS 6.0 ++ IIS + SQL (Not enough storage is available to complete this operation) |
|||||||||||||||||||||||