现在的位置: 首页 > 综合 > 正文

sharepoint Rss webpart 代理proxy 问题

2012年11月11日 ⁄ 综合 ⁄ 共 327字 ⁄ 字号 评论关闭

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

【上篇】
【下篇】

抱歉!评论已关闭.