I am trying to get a pdf from my external web server, but to eventually use Response.BinaryWrite(buffer). However, when I add my credentials with my external domain "domain/username" and "password", I get an unauthorized error.
It works when I use Process.StartInfo.Arguments to create a temp drive on the user's computer with "net use", but that is risky because I do not know in advance what drives they have mapped.
Any ideas?
Sorry. Duplicate.

Go to the complete details ...