blah blah blah is here! blah blah » Close

up0down
link

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

last answered 2 years ago

1 answers

up0down
link

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

up0down
link

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

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!

Feedback