Hello,

I'm having difficulty with setting a single folder to use Windows
Authentication (maybe that's not correct terminology, but windows user name
and password login) . It seems I get all or nothing and no authentication
window using IIS5 (I believe it is). This is an administration folder that
I'm trying to secure and I don't really want to do a bunch of ASP.net work
to do this. Is there a tutorial somewhere or can someone give me some
pointers on what I need to use Windows Authentication for this folder?

Thanks!

Re: Using Windows Login for web folder by Tom

Tom
Tue Mar 14 14:19:02 CST 2006

"Rico" <r c o l l e n s @ h e m m i n g w a y . c o mREMOVE THIS PART IN
CAPS> wrote in message news:qoDRf.143768$B94.28845@pd7tw3no...
> Hello,
>
> I'm having difficulty with setting a single folder to use Windows
> Authentication (maybe that's not correct terminology, but windows user
> name and password login) . It seems I get all or nothing and no
> authentication window using IIS5 (I believe it is). This is an
> administration folder that I'm trying to secure and I don't really want to
> do a bunch of ASP.net work to do this. Is there a tutorial somewhere or
> can someone give me some pointers on what I need to use Windows
> Authentication for this folder?

http://support.microsoft.com/kb/300985/EN-US/

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS



Re: Using Windows Login for web folder by Kristofer

Kristofer
Tue Mar 14 14:20:20 CST 2006

Hello,

If your use Integrated Windows Authentication, IE will automatically
authenticate if the website is in the Intranet Zone. Perhaps that is why
you do not see the logon prompt?

To secure a folder, you need to remove IUSR_Machinename (or whatever you
use as anonymous account) from the NTFS permissions of the folder, and
make sure that Integrated Windows Authentication is enabled (basic
authentication can also be used, but i would not recommend it if you can
use Integrated Windows Authentication).


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


Rico wrote:

>Hello,
>
>I'm having difficulty with setting a single folder to use Windows
>Authentication (maybe that's not correct terminology, but windows user
>name and password login) . It seems I get all or nothing and no
>authentication window using IIS5 (I believe it is). This is an
>administration folder that I'm trying to secure and I don't really want to
>do a bunch of ASP.net work to do this. Is there a tutorial somewhere or
>can someone give me some pointers on what I need to use Windows
>Authentication for this folder?
>
>Thanks!

Re: Using Windows Login for web folder by Rico

Rico
Thu Mar 23 17:18:08 CST 2006

Thanks guys!

"Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
news:xn0ejqc1zdg6z4r00j@news.microsoft.com...
> Hello,
>
> If your use Integrated Windows Authentication, IE will automatically
> authenticate if the website is in the Intranet Zone. Perhaps that is why
> you do not see the logon prompt?
>
> To secure a folder, you need to remove IUSR_Machinename (or whatever you
> use as anonymous account) from the NTFS permissions of the folder, and
> make sure that Integrated Windows Authentication is enabled (basic
> authentication can also be used, but i would not recommend it if you can
> use Integrated Windows Authentication).
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Rico wrote:
>
>>Hello,
>>
>>I'm having difficulty with setting a single folder to use Windows
>>Authentication (maybe that's not correct terminology, but windows user
>>name and password login) . It seems I get all or nothing and no
>>authentication window using IIS5 (I believe it is). This is an
>>administration folder that I'm trying to secure and I don't really want to
>>do a bunch of ASP.net work to do this. Is there a tutorial somewhere or
>>can someone give me some pointers on what I need to use Windows
>>Authentication for this folder?
>>
>>Thanks!