|
Posted by Natan Vivo on August 9, 2006, 1:31 pm
Please log in for more thread options
Hi...
I wave a windows 2003 server with IIS and i'm trying make an asp.net
application to authenticate to a site using Windows Authentication.
When I try to connect from my computer (win xp) to this server (win
2003), it works fine, but when I try to run the exact same application
in the same server that is the web service, I get an 401 - Unauthorized.
Cheking the events, I found this:
Logon Failure:
Reason: An error occurred during logon
User Name: USERNAME
Domain:
Logon Type: 3
Logon Process: ΠωΒ
Authentication Package: NTLM
Workstation Name: SERVERNAME
Status code: 0xC000006D
Substatus code: 0x0
Caller User Name: -
Caller Domain: -
Caller Logon ID: -
Caller Process ID: -
Transited Services: -
Source Network Address: 192.168.10.21
Source Port: 2005
I know that something happened but it doesn't give me any more information.
How can I discover exactly what happened and where?
Thanks...
|