I have a Web Application running in IIS, using Windows Authentication (NTLM or Kerberos, against an Active Directory).
I would like to connect to that machine, but not as myself but as a user whose password I don't have. However, I do control the server.
Since I don't need delegation (but only local access against IIS), I wonder if there is a way to impersonate/authenticate as that person without having to use Forms/Basic/Digest auth?