You are Here: FAQ ->Scripting & Programming->MSSQL->Article #11


WebHosting Microsoft-Edition This Article is for 1&1 Microsoft Web Hosting Only.


How do I establish a connection to the proxy server?




Use the following in web.config to establish a connection to the proxy server:

<system.net>
 <defaultProxy>
  <proxy
   usesystemdefault = "false"
   bypassonlocal="false"
   proxyaddress="http://ntproxy.1and1.co.uk:3128"/>
 </defaultProxy>
</system.net>



Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not Very Useful at all):
1 2 3 4 5