IIS Windows Authentication weirdness
问题 I have a web server with two websites: a & b. a is production. b is testing/staging. Whoever wrote these apps before me relies on Request.ServerVariables("LOGON_USER") which is assigned when the user authenticates against the server via Windows Authentication. On a, this works great, on b there's some weirdness: I get my login prompt, but i can't use [domain]\myusername to login, I can do it with \\myusername though, same passwords (AD based). The IIS configs are identical as far as I can