I am attempting to connect to a service that is running on the default web site. The only acceptable type of authentication is Windows for this particular service. I am able to navigate to this site and get a http 200 response while using any web browsers, but when I try to connect using the svc in C# I receive this error as a response:
"A sever error Occurred. please contact your web administrator for assistance."
On the server logs I find ( names have been changed for security reasons):
2012-10-26 20:31:05 W3SVC1 SERVERNAME XXX.XXX.X.XXX POST /LoginWindows.svc - 443 - XXX.XXX.X.XXX HTTP/1.1 - - - SERVERNAME,domainname.local 401 2 5 1541 379 46
2012-10-26 20:31:05 W3SVC1 SERVERNAME XXX.XXX.X.XXX POST /LoginWindows.svc - 443 Domain\Username XXX.XXX.X.XXX HTTP/1.1 - - - SERVERNAME,domainname.local 500 0 0 590 3379 531
I see no errors immediately that are displayed on the IIS and I have enabled "failed request tracing". I am unsure of what I might be doing incorrect in this scenario.
Any assistance would be greatly appreciated. If I was given a bit more information of why this was occurring from the server I could troubleshoot it a little better. I am fairly new to IIS and thoroughly stumped on this issue. (obviously!) Thanks!