Hi Coconet,
For mixed mode authentication, it is not naturally supported at ASP.NET
site. There are someone mentioned some custom approahes which may involve
conifguring IIS authenitcation mode to allow anonymous and use additional
code to return 401 response for intranet client (so as to get client
credentials). Here are two blog entries mentioned this:
#Mixing Forms and Windows Authentication
http://www.pluralsight.com/blogs/craig/archive/2004/07/24/1699.aspx
#Mixing Forms and Windows Authentication in ASP.NET 2.0
http://www.pluralsight.com/blogs/craig/archive/2006/06/19/28435.aspx
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------