An unexpected error occured processing your request. Check the logs for details and correct the problem.`<br>
上述错误显示在 Rss 视图 webpart 中。
我对 web.config 进行了以下更改
<system.net>
<defaultProxy >
<proxy bypassonlocal="True" proxyaddress="http://proxy.myportal.com:8090" usesystemdefault="True" />
</defaultProxy> </system.net>
请帮我解决这个问题如何解决?