【问题标题】:Rss feed operation timed outRss 提要操作超时
【发布时间】:2010-01-15 21:15:03
【问题描述】:

我正在尝试加载 digg 收藏 rss 项目。但是由于操作超时而出错。 请让我知道是否有人以前解决过这个问题。

    Public Shared Function HasRssItems() As Boolean
        Dim doc As New XmlDocument
        doc.Load("http://digg.com/users/Lovelezz/history/favorites.rss")
        Return doc.SelectNodes("rss/channel/item").Count > 0
   End Function

【问题讨论】:

    标签: asp.net rss xmldocument


    【解决方案1】:

    您有可能使用了不让您通过的代理。您将设置您的代理设置。

    Here is an article that describes it.

    编辑:更新文章。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-11-28
      • 2010-09-08
      • 2014-10-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多