|
|
 |
| Author |
Message |
mcfip

|
Posted: Sun Mar 27 22:07:19 CST 2005 |
Top |
IIS >> Turning on security
Hello,
I have IIS 6 running on my laptop for developing ASP.NET pages. I need to
turn on security (NT Authentication) for one subdirectory and force an NT
login everytime I try to go to that web page. Can I do this on my laptop?
Thanks,
Web Programming187
|
| |
|
| |
 |
Jason

|
Posted: Sun Mar 27 22:07:19 CST 2005 |
Top |
IIS >> Turning on security
yes you can. edit the 'directory security' settings in IIS service manager
for the directory in question. Auth can be applied right down to individual
files if you want.
--
Jason Brown
Microsoft GTSC, IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
"Steven K0" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hello,
>
> I have IIS 6 running on my laptop for developing ASP.NET pages. I need to
> turn on security (NT Authentication) for one subdirectory and force an NT
> login everytime I try to go to that web page. Can I do this on my laptop?
> Thanks,
>
|
| |
|
| |
 |
Kristofer

|
Posted: Mon Mar 28 02:00:51 CST 2005 |
Top |
IIS >> Turning on security
Hi,
Open IIS Manager, right click the folder and click Properties.
Click on the Directory Security tab and click Edit for "Anonymous access
and authentication control".
Uncheck Anonymous Access, and use either Basic Authentication or
Integrated Windows Authentication, depending on your needs.
Make sure that the user account(s) has NTFS permissions on the
folder/files in question.
Good Luck!
--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
Steven K0 wrote:
> Hello,
>
> I have IIS 6 running on my laptop for developing ASP.NET pages. I need
to
> turn on security (NT Authentication) for one subdirectory and force an NT
> login everytime I try to go to that web page. Can I do this on my
laptop?
> Thanks,
|
| |
|
| |
 |
| |
|