Author: msufreeman | Posted on: 2/24/2010 3:48:18 PM | Views : 1018

Hello all, developing in .NET 3.5 with IIS 7.
Okay, I know this seems a little odd but I'm hoping to get it working somehow.  Basically, is it possible for both Anonymous Authentication and  Windows Authentication working on the same page?
I know they are intended to be used in a mutually exclusive manner, but I'm not actually concerned about the security of the page in question.  All I want is to be able to grab the authenticated user's login name IF it is possible and populate some fields based on an A.D. query.  If the name isn't available, i.e. they aren't using a machine in our domain; I want it to just fall back on anonymous authentication and those fields would remain b ...

Go to the complete details ...