Bob Weiner
2005-07-01 19:37:55 UTC
I'm going nuts trying to set the permissions on an ASP.Net web site. This
is my first application and I need to make it available to our help desk but
want to limit access to only this group of people. I hate to post such a
straight-forward academic question but I have looked in the help files,
google, technet and can't figure out what I'm doing wrong. I start a
vacation in one hour (I hope) so i'm rushing like mad trying to figure this
out.
Basically, the question is just how? If I authenticate with a domain admin
account everything works fine but when I try to grant permissions to anyone
else, it fails. Currently
* the directory security is set to basic authentication with a domain
name set,
* the permissions on the web site are the default plus one test user to
which I granted full control. These were propagated to the NTFS permissions
on the home directory folder,
* The web.config is default which has
<authentication mode="Windows">
<authorization> <allow users="*" /> </authorization>
I've been monkeying with the settings for a while now and nothing helps.
What is the right approach? Should I be focusing on the web site or the
web.config? Even a simple howto paper would be great.
thanks,
bob
is my first application and I need to make it available to our help desk but
want to limit access to only this group of people. I hate to post such a
straight-forward academic question but I have looked in the help files,
google, technet and can't figure out what I'm doing wrong. I start a
vacation in one hour (I hope) so i'm rushing like mad trying to figure this
out.
Basically, the question is just how? If I authenticate with a domain admin
account everything works fine but when I try to grant permissions to anyone
else, it fails. Currently
* the directory security is set to basic authentication with a domain
name set,
* the permissions on the web site are the default plus one test user to
which I granted full control. These were propagated to the NTFS permissions
on the home directory folder,
* The web.config is default which has
<authentication mode="Windows">
<authorization> <allow users="*" /> </authorization>
I've been monkeying with the settings for a while now and nothing helps.
What is the right approach? Should I be focusing on the web site or the
web.config? Even a simple howto paper would be great.
thanks,
bob