D
David Thielen
Hi;
I have a situation where I go to access my app running on IIS on Win2003. In
Global.asax I have Application_PostAuthenticateRequest and that is called
when HttpContext.Current.User is null.
Subsequent to that I get prompted to enter my uname/password by IE so it
does make sense that there is no CurrentUser yet. My question is, how can
Application_PostAuthenticateRequest be called if there is no authenticated
user yet?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
I have a situation where I go to access my app running on IIS on Win2003. In
Global.asax I have Application_PostAuthenticateRequest and that is called
when HttpContext.Current.User is null.
Subsequent to that I get prompted to enter my uname/password by IE so it
does make sense that there is no CurrentUser yet. My question is, how can
Application_PostAuthenticateRequest be called if there is no authenticated
user yet?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm