An unexpected error occured processing your request. Check the logs for details and correct the problem.`<br>
上記のエラーが RSS ビュー Web パーツに表示されます。
以下の変更を web.config に行いました
<system.net>
<defaultProxy >
<proxy bypassonlocal="True" proxyaddress="http://proxy.myportal.com:8090" usesystemdefault="True" />
</defaultProxy> </system.net>
この問題を解決する方法について教えてください。