Looks like what I'm looking for, I'll try it out.
"[MSFT]" wrote:
> Hello,
>
> For such a situation, Form authentication seems to be the only choice. Here
> is a article about how valid windows account within Form Authentication:
>
> How to authenticate against the Active Directory by using Forms
> authentication and Visual C# .NET
>
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q316748 >
> After the authentication, we need impersonate current user's account to
> access the database. Here is an article about this:
>
> INFO: Implementing Impersonation in an ASP.NET Application
>
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306158 >
> Hope this help,
>
> Luke
>