01 July 2007
enable proxy settings in SharePoint web.config to view RSS Viewer Web Part
Open your web.config on the site you want
to do this just tell the web.config that you have an internet access with a proxy:
Kit Kai's Tech Blog:
http://community.sgdotnet.org/blogs/kitkai/archive/2007/04/04/Consuming-RSS-Feeds-using-RSS-WebPart-.aspx
i have few notes here:
- you cannot have authenticated RSS feeds unless you enable Kerberos
- if you have your proxy as IP address like 192.168.1.3 and port 8080, your node still looks like
<proxy proxyaddress="http://192.168.1.3:8080" bypassonlocal="true" />
- you need to retart iis
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
Comments
Leave a Comment
Comment Policy: No HTML allowed. URIs and line breaks are converted automatically. Your e–mail address will not show up on any public page.