Home


Do I Need To Add a Default Proxy Node To My Windows ASP.NET 2.0 Hosting Web.config File?

No, WebDevel.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>

This entry populates your application's proxy settings with the appropriate values.


Related Articles

Attachments

No attachments were found.

Visitor Comments

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions

No users have voted.

How would you rate this answer?




Thank you for rating this answer.

Continue