1. Add a webpart of the RSS View
2. Modify the attributes of the webpart RSS feed URL: Enter the Internet RSS address you want to subscribe to, such as: http://p.moreover.com/page? O = rss002 & C = book % 20 publishing % 20 news
3. Click "OK", but an error occurs. RSS feeds can be opened in IE.
The error is as follows:
RSS viewer, an unexpected error occured processing your request. Check the logs for details and correct the problem.
Solution:
1. Install Microsoft firewall client for ISA Server
2. Configure Microsoft firewall client for ISA Server, and enter the full name of your company's ISA Server in settings.
3. Modify the webconfig of the corresponding website
Add under <configuration> node
<System.net>
<Defaultproxy>
<Proxy usesystemdefault = "false" proxyaddress = "http: // isaservername" bypassonlocal = "true"/>
</Defaultproxy>
</System.net>
Note: 1. If webconfig already has
<System.net>
<Defaultproxy>
<Proxy.../>
</Defaultproxy>
</System.net>
This node needs to be overwritten.
2. If all websites require this Internet-accessible RSS feed, modify the webconfig file under C:/Windows/Microsoft. NET/framework/v2.0.50727/config.
If your English is better, see:
Http://blogs.msdn.com/adamhems/archive/2006/06/13/629761.aspx