HttpWebRequest 401 with NTLM Authenticiation
问题 I am having difficulties authenticating a HttpWebRequest to a webserver. The response I am receiving is simply a 401. I've made sure I set the credentials correctly on the C# side, and IIS is correctly set to allow NTLM authentication. I don't know if this matters, but he computer is not on the same domain as the the web server. I am sure the user/pass is correct but are there any other authorization settings needed to configure on the user? If I enable Basic authentication, and disable