tags:

views:

483

answers:

1

How can I configure WCF service and client to completely bypass proxy settings configured in IE. My application works in a LAN and I use both BasicHttp and NetTcp endpoints.

+1  A: 

In the binding configuration set useDefaultWebProxy to false.

jezell