Ask a Question related to ASP.NET Security, Design and Development.
-
Daniel Morgenthaler #1
Difference between AUTH_USER and ..Current.User.Identity.Name
Hello
Is there a difference between
System.Web.HttpContext.Current.User.Identity.Name and
Request.ServerVariables("AUTH_USER")?
Daniel Morgenthaler Guest
-
How secure is HttpContext.Current.User.Identity.Name ?
How secure it is to authorize access to an ASP.NET application based on the value of the HttpContext.Current.User.Identity.Name propery? I... -
*** User.Identity.Name
After a user logging on, User.Identity.Name contains domain/logon name of the current user. How to get other information of the current user such as... -
creating custom HttpContext.Current.User.Identity
I've started getting into using forms authentication for asp.net apps with c#. From what i understand so far (limited) I like the way things work!... -
Web.HttpContext.Current.User.Identity.Name is blank
I am using an application which is a modification of IBuySpy Portal. It is using Forms authentication. Users login and their name is added to... -
User.Identity.Name
Hi, I am using Forms authentication -in which - I am trying to use User.Identity.Name, i am getting the user name in this field even after i... -
Daniel Morgenthaler #2
Re: Difference between AUTH_USER and ..Current.User.Identity.Name
Could it be that AUTH_USER is empty but the Current.User.Identity.Name
is set?
The Subweb is not Anonymus!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Daniel Morgenthaler Guest



Reply With Quote

