对于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,现在再试试!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2021-04-25
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
猜你喜欢
  • 2022-12-23
  • 2022-01-23
  • 2022-01-13
  • 2021-10-16
  • 2022-12-23
  • 2021-12-03
  • 2021-11-28
相关资源
相似解决方案