Hello everyone,
If I have a client application which needs to call a web service. I want to know the pros/cons and impact if I set default proxy property to true or false in app.config file?
Thanks!
Here is the property I am talking about.
http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx
regards,
George

1 answers
Hi George,
I always do a manual proxy setting in the c# end. Proxys are a part of life, and I have had issues in the past with the auto settings.
Do you want to see a snip of code?
Pete
answered 2 years ago by:
0
Thanks Pete,
I want to know if I set using default proxy to true, then does it mean,
1. Just use the proxy server setting in Connections --> LAN Setting in Internet Options?
or
2. It will follow all settings in Connections --> LAN Setting in Internet Options, including not only the proxy server setting, but also the "Automatically detect settings" and "Use automatic configuration script"?
regards,
George
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!