by dipbiswas
17. January 2010 11:34
Having added the SharePoint OOB RSS web part on to my site and configured it to point to a feed i received the following error in the log:
RssWebPart: Exception handed to HandleRuntimeException.HandleException System.Net.WebException: Unable to connect to the remote server
The following needs adding to the site web.config file (at the bottom of the file):
<system.net>
<defaultProxy>
<proxy usesystemdefault = "false" proxyaddress="http://proxyservername" bypassonlocal="true" />
</defaultProxy>
</system.net>
fdae86d8-d270-480e-aa13-138df4c11788|2|5.0
Tags:
RSS
The opinions expressed herein are personal opinions and do not represent others' view in anyway. All posts are provided AS IS with no warranties, and confers no rights.