I have a windows integrated authentication web application located in my
machine, I am a domain user and I can access this web site from my machine or
remotely when I type my domain username and password to the popup windows
authentication window.
However, my colleagues(also are domain users in the same domain as me) can't
access this web site from their machines or remotely type in their domain
username and password in the popup window.
I try to debug the code but seems the 500 error occurs before the code have
been excuted so seems it's because IIS reject the request.
I turned off the display friendly http error page option in the IE, but I
only get a very simply error code : -2146893039 (0x80090311).
And I can't see any events that loged at that moment that I tried to access
the web site using my colleague's identity.
My set up for the site is:
only allow windows authentication,
in the virtual folder, allow everyone to have read&excute, list folder
contents and read.
in the web.config I didn't set impersonate to true.
I don't know what's wrong here, any ideas and suggestions are welcome.
Cheers