We have got RSS feeds tat need to go via our Proxy server.
You need to add the proxy details to the web.config file.
In the Web.config search for system.net
Make a backup of the web.config before you continue.
Replace the following from systems.net to /systems.net\
<system.net> <defaultProxy> <proxy proxyaddress = "http://proxyserver:80" bypassonlocal = "true" /> </defaultProxy></system.net>
No comments:
Post a Comment