0

My Browser proxy nowIf I'm not running fiddler then my WCF throws exception : "Add service reference gives Exception": Unable to connect to remote server.

However, everything works fine while running fiddler. How to know what fiddler is doing and what change I should do accordingly in my WCF code to make it work without fiddler? Please suggest?

I'm trying to analyse this using WireShark.But, I'm new to this tool and finding difficulty.

Note: I found, there is a another server sitting between my client and the server from where I'm trying to get data.

AskMe
  • 2,495
  • 8
  • 49
  • 102

1 Answers1

0

if you run fiddler, it will change your proxy settings in the browser. That also can cause this issue.

check the proxy settings in IE.

Badrinarayana
  • 165
  • 2
  • 16