Keys: asp.net, webrequest, proxy.
<system.net>
<defaultproxy>
<proxy
usesystemdefault="false"
proxyaddress="http://192.168.1.1:3128"
bypassonlocal="true"
</proxy>
</defaultproxy>
</system.net>
Sunday, June 22, 2008
Set proxy for WebRequest in web.config
Put this in web.config, you can set usesystemdefault but for me that dont work.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment