I am currently accessing a web service. The only message I got from the thrown exception is "Server Error." During the past tests, the only exceptions I encountered have HTTP error codes in it i.e. 401 Unauthorized, 403 Forbidden, etc. This one doesn't have it and it is really generic. Any experiences on what the possible causes are?
The exception occurs when CredentialCache.Add is called. I am using Basic authentication type.
Thanks in advance for any help related to this question.
I am using C#.