Winddows authentication AND Forms Authentication

  • Thread starter Thread starter Galore
  • Start date Start date
G

Galore

Hello!

I wonder if there's a way to a web site has both kinds of authentication:
windows and forms. The web application I'm working on will be accessed by
two kind of users: administrators, that will access it throught Intranet
(windows authentication), and customers, that will access it thought
Internet (forms authentication).

Is there any way to check for the firts authentication method, and if it's
not available, the second method takes place?

Thanks
 
Back
Top