Ask a Question related to ASP.NET Security, Design and Development.
-
David Turner #1
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 information from a database. If a user's login id is changed in Active Directory, the HttpApplication.User.Identity.Name property still returns their old login id, and thus the security check is failing
After turning Trace on, I noticed that the AUTH_USER and REMOTE_USER server variables also contain the old login id. The LOGON_USER variable contains the new login value
I've tried restarting IIS thinking that something may be cached, but still have the same problem.
Any ideas
David Turne
[email]davidturner@nospamccvonline.co[/email]
remove 'nospam' to reply
David Turner 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... -
*** 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... -
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...



Reply With Quote

