Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Security (http://www.velocityreviews.com/forums/f62-asp-net-security.html)
-   -   Forms Authentication with Active Directory (http://www.velocityreviews.com/forums/t767861-forms-authentication-with-active-directory.html)

E. Kwong 09-20-2005 05:43 PM

Forms Authentication with Active Directory
 
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.



Dominick Baier [DevelopMentor] 09-22-2005 07:17 PM

Re: Forms Authentication with Active Directory
 
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
> 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.
>




E. Kwong 09-23-2005 05:15 PM

Re: Forms Authentication with Active Directory
 
Thanks Dominick: It seems working.

"Dominick Baier [DevelopMentor]" <dbaier@pleasepleasenospamdevelop.com>
wrote in message news:42565460edd278c78dd21f789f80@news.microsoft.c om...
> 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
>> 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.
>>

>
>





All times are GMT. The time now is 06:09 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57