Googlebot 302 Redirect

Discussion in 'ASP.NET 2.0' started by lluppes, Oct 14, 2008.

  1. I've got an ASP.NET 2.0 site that I recently ported from an html based site. I uploaded a sitemap.xml file and posted it to Google, but for some reason Google keeps saying my pages are getting 302 redirects. Every browser I've tried gets a 200 status code. I've tried emulating the Googlebot UserAgent name ('Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)') and I get a 200 status code for that also.

    I've tried the solution found at http://www.kowitz.net/archive/2006/12/11/asp.net-2.0-mozilla-browser-detection-hole.aspx and that didn't work. I'm trying some variations on that theme but haven't gotten a response yet.

    Has anyone run up against this and come up with a solution that will fix this?

    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    are you using ASP.NET Form authentication?


    What is the page you are referring to?


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page