Link to home
Start Free TrialLog in
Avatar of JLSAZ
JLSAZ

asked on

deny domain user to one server

We have two web servers on server 2003, each has an app 1 production and the other test, have active directory security groups for different access to different parts of the app. I want to block one domain user from accessing the test web server...no login, unc, or remote but do not want to change something that will keep them from working otherwise...
ASKER CERTIFIED SOLUTION
Avatar of Comtek
Comtek

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JLSAZ
JLSAZ

ASKER

Where and how do I do this...
SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
In the root folder of your web site, usually C:\inetpub\wwwroot there will be a file in there called web.config. Edit that file and look for the <authorization> section and add <deny users="TheUserName"> setting.
Avatar of JLSAZ

ASKER

thanks..I'll give it a try