Combining Integrated and Forms authentication

  • Thread starter Thread starter Paul Aspinall
  • Start date Start date
P

Paul Aspinall

Hi
I have an application which will be used on a company Intranet, but will
also be used by some external users (via Extranet).

I want to implement Integrated authentication for the company employees, but
any 'non-authenticated' users (ie. externals), must logon via Forms
authentication.
Whats the best way of doing this with ASP/.NET 2.0??
I want to make use of the security and page permissions for both integrated
and forms authenticated users.

Thanks
 
Back
Top