Eden Ridgway's Blog

.Net and Web Development Information

  Home :: Contact :: Syndication  :: Login
  105 Posts :: 1 Stories :: 78 Comments :: 3 Trackbacks

Search

Article Categories

Archives

Post Categories

Development

General

I'd like to thank Bruce Johnson for supplying supplying information about the setup of a proxy for web service calls. To specify a proxy in the config file, add the following in the configuration section:

<system.net>
<defaultProxy>
<proxy
usesystemdefault="false"
proxyaddress
= "http://proxyserver:80"
bypassonlocal
= "true"/>
</
defaultProxy>
</system.net>
posted on Monday, September 12, 2005 7:28 AM
Comments have been closed on this topic.