RSS update problem.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • msnews.microsoft.com

    RSS update problem.

    Hi All,

    I was able to generate an RSS for the news I provide with ASP and MS SQL
    backend. When I opens it its working fine with any RSS reader, But its not
    getting updated, when I update the feed. Its showing the one which I made
    the day one, How to rectify and what could be the problem.
    Any help is appriciated.

    Regards,
    Benny


  • Curt_C [MVP]

    #2
    Re: RSS update problem.

    little to vague to really help but it sounds like caching. look on
    www.aspfaq.com for info on stopping your page from caching

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    "msnews.microso ft.com" <agbenny@lycos. com> wrote in message
    news:eqVEClYbEH A.2972@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Hi All,
    >
    > I was able to generate an RSS for the news I provide with ASP and MS SQL
    > backend. When I opens it its working fine with any RSS reader, But its not
    > getting updated, when I update the feed. Its showing the one which I made
    > the day one, How to rectify and what could be the problem.
    > Any help is appriciated.
    >
    > Regards,
    > Benny
    >
    >[/color]


    Comment

    • Rob Collyer

      #3
      Re: RSS update problem.

      "msnews.microso ft.com" <agbenny@lycos. com> wrote in
      news:eqVEClYbEH A.2972@TK2MSFTN GP12.phx.gbl:
      [color=blue]
      > Hi All,
      >
      > I was able to generate an RSS for the news I provide with ASP and MS
      > SQL backend. When I opens it its working fine with any RSS reader, But
      > its not getting updated, when I update the feed. Its showing the one
      > which I made the day one, How to rectify and what could be the
      > problem. Any help is appriciated.
      >
      > Regards,
      > Benny
      >
      >
      >[/color]

      I expect this is a caching issue...

      use response.expire s = 0 for starters...

      do a search on google for: asp prevent caching
      this will give you some more pointers!

      Hope this helps!

      --
      Robert Collyer

      Free Web Design and Development Help, Discussions, tips and Critique!
      ASP, VB, .NET, SQL, CSS, HTML, Javascript, Flash, XML, SEO !

      Comment

      Working...