sharepoint Rss webpart 代理proxy 问题

对于rss webpart大家如果留心,一定找到了不少,有用wss 自带xml webpart,然后加载一个xsl文件实现的,有用smiling goat、Bml.RsWebParts等实现的,但是如果你遇到了代理问题,就会觉得怪这些webpart能力有限了,其实你可以通过修改web.config来实现代理访问,add the section in your web.config
<system.net>
    <defaultProxy>
      <proxy proxyaddress="   " bypassonlocal="true" />
    </defaultProxy>
  </system.net>
fill the blank of proxyaddress,现在再试试!

posted on 2005-12-15 10:36  LuckPanda  阅读(491)  评论(1)    收藏  举报