I want to publish a web page but I only one those who have a valid user name
a password in the domain to access it.

How would I go about that? Any help appreciated.

RE: Web Page with Windows Authentication by LucasKartawidjaja

LucasKartawidjaja
Tue May 30 12:24:02 CDT 2006

Hi AJ

If you want to do this for the whole web site, you could open your IIS
manager and then go to the property window of the web site and then click on
the 'Directory Security' tab. On this tab there should be a part where it
said 'Anonymous access and authentication control.' Click on the 'Edit...'
button. Make sure than the Anonymous access is uncheck and Integrated Windows
authentication is check.

The next step that you need to do is to alter the folder security
(especially if you want to allow just few people to access the site).

Hope that's helpful.
Lucas

"AJ" wrote:

> I want to publish a web page but I only one those who have a valid user name
> a password in the domain to access it.
>
> How would I go about that? Any help appreciated.