Create a role and check it
Hello!
I 'm quite new to asp.net and trying to accomplish a web that gives 'admins'
some extra options in an aspx page.
I have a local group called admins at the dotnet server. In this group I
have domain users/groups.
I have this "code" in the web.config:
<authentication mode="Windows"/>
<identity impersonate="true"/>
If the user is a member of the local group myserver\admins something should
happend. Otherwise not!
How do I accomplish this? Please explain to a "dummie".
Regards Magnus
.
Relevant Pages
- Re: Create a role and check it
... The site map feature is also role aware. ... I 'm quite new to asp.net and trying to accomplish a web that gives ... I have a local group called admins at the dotnet server. ... (microsoft.public.dotnet.framework.aspnet.security) - Re: Problem using ADMT to migrate computer accounts
... >workstations) will only contain global group DOMAIN1 ... \Domain Admins, and NOT ... >a local group to contain another local group. ... Administrators group to each ... (microsoft.public.windows.server.migration) - Re: Migrate computer from NT domain to Win2K AD
... Workstations in DOMAIN1 ... workstations) will only contain global group DOMAIN1\Domain Admins, ... a local group to contain another local group. ... you have to add them to the local Administrators group to ... (microsoft.public.windows.server.migration) - Re: Problem using ADMT to migrate computer accounts
... Workstations in DOMAIN1 ... workstations) will only contain global group DOMAIN1\Domain Admins, ... a local group to contain another local group. ... > Below is a copy of the agent log. ... (microsoft.public.windows.server.migration) - Re: Allowing users to be local admins of there workstation
... Adding to admins is ill-advised, and to Domain Admins is a road to chaos. ... for use in cases of approved install need (and make it a local account). ... If you cannot select to add a domain account to a local group then is ... In the past I was able on the local machine to add the user of that ... (microsoft.public.windows.group_policy) |
|