Ask a Question related to ASP.NET Security, Design and Development.
-
Kevin Olsen #1
Integrated Authentication Issue
I have a web application using asp.net that uses
integrated windows authentication. One of our users
changed their windows login information.
The problem I'm having is that asp.net seems to be
receiving the old user ID (found in Request.ServerVariables
["LOGON_USER"]). The odd thing is that the web logs show
the correct user ID.
This user does have the .net framework loaded on the pc.
Is there something on the PC that is causing it to send
the incorrect authentication information and how can I
clear that?
Also, is there another way I should be retrieving the
LOGON_USER from the client?
Thanks for any help.
Kevin Olsen
(my email ends with att.com if you want to send anything
directly to me - thanks)
Kevin Olsen Guest
-
Integrated Authentication, Impersonation, and Web Services
Environment: OS: Windows 2003 IIS: 6 ..Net Framework: 1.1 Authentication Scheme: Windows Integrated Authentication Impersonation: Enabled ... -
Query AD using Integrated Authentication?
You don't have a password with integrated auth, so essentially, you are trying to do a bind with a username and a blank password. That won't work... -
.NET, Integrated Windows Authentication, and more
First of all, with identity impersonate = true, I still get this blasted error: Exception Details: System.Data.SqlClient.SqlException: Login failed... -
Integrated Authentication with Novell?
Does anybody know if there is a way to do integrated authentication using Novell. bill -
integrated Windows authentication
Firstly, I'm running IIS 6.0 on Windows SErver 2003 that is also a DC. I have an asp page (default.asp) I am trying to access as my hom page for...



Reply With Quote

