We are interested in using Forms Authentication with Active Directory. We
understand that the presence of web.config prevents access to .aspx files
unless authenticated. Is there similar mechanism that authenticate users
against AD when they want to access Word files or PDF files? We prefer not
to use IIS Integrated Windows Authentication.
Thanks.
Hello E. Kwong" ekwong999AThotmail.com,
you have to map the .pdf and .doc extensions to aspnet_isapi in the IIS script
mappings - this will do the trick.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> We are interested in using Forms Authentication with Active Directory.
> We understand that the presence of web.config prevents access to .aspx
[quoted text clipped - 4 lines]
>
> Thanks.
E. Kwong - 23 Sep 2005 18:15 GMT
Thanks Dominick: It seems working.
> Hello E. Kwong" ekwong999AThotmail.com,
>
[quoted text clipped - 12 lines]
>>
>> Thanks.