Do I Need To Add a Default Proxy Node To My Windows ASP.NET 2.0 Hosting Web.config File?
Last Updated:
January 11, 2007 11:00 AM
No, PTGWebDomains.com adds the following code to the web.config file of all ASP.NET 2.0 hosting accounts:
<system.net>
<defaultProxy>
<proxy usesystemdefault="False" proxyaddress="http://wc-v01.inet.mesa1.gdg:3128" bypassonlocal="False" />
</defaultProxy>
</system.net>
<defaultProxy>
<proxy usesystemdefault="False" proxyaddress="http://wc-v01.inet.mesa1.gdg:3128" bypassonlocal="False" />
</defaultProxy>
</system.net>
This entry populates your application's proxy settings with the appropriate values.
