IIS group access

H

HankC

I have a asp 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
 
H

HankC

HankC said:
I have a asp 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

BTW, I can *deny* access to the group with NTFS but then all non-group
members have access...


HankC
 
B

Bob Barrows [MVP]

HankC said:
I have a asp 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?
I'm a little confused by your mention of a net.config file. OK, so this
is not a vb.net application, but is it an asp.net application? I.E., do
the pages have .asp or .aspx extensions? If the latter, then you have an
asp.net application.

Assuming you have a classic asp application (why is there a net.config
file? Actually, "web.config" is usual name mentioned for this file),
then you are going to need to use application logic to control authority
by looking up the current user's membership in the security group via an
LDAP query. Google should find you plenty of vbscript examples of doing
this.

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top