Ask a Question related to ASP.NET Security, Design and Development.
-
Ian #1
*** 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 First Name, Last Name or Email Address? Thanks
Ian Guest
-
Capturing identity of the user
Hi... I have made a asp page that accepts some data from user and stores it in MS Access database. Now...I want to identify the user who filled... -
User.Identity.Name returns nothing / NULL
Hi I have created two pages, the login.aspx and the formA.aspx, and each of this has a corresponding *.cs files for code separation the scenario... -
HttpApplication.User.Identity.Name has old login id
I'm using HttpApplication.User.Identity.Name to get the login id for the current user and then using that login id to read custom security... -
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... -
Old ASP Windows User Identity
Is there a way in ASP (3.0, not .NET) for me to determine who the current windows users is (i.e. the user who was authenticated and who is... -
jzhu #2
RE: *** User.Identity.Name
Take a look at the discussion of "LDAP Query" posted under another newsgroup
[url]http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.security&l ang=en&cr=U[/url]
jzhu Guest



Reply With Quote

