Ask a questionAsk a question
 

AnswerResponse.Redirect is not working properly

  • Wednesday, November 04, 2009 3:19 AMSwati Falak Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I am working on ASP.net 1.1 application. I am using response.redirect to redirect from a page A to B. The code for redirect is very first block on Page load of A. The redirection is conditional. If provided condition is satisfied then only redirect to B. Means code of page A should not be executed if condition is true.
    It works fine on local machine but when deployed on production it fails. It does not redirect to B page and stays on A page.
    Again this is not happening everytime only some times.

    local and production enviroment is same all ISS version and IE versions are also same. Only difference is local has .net framework upto 3.5 and on production it is upto 2.0.

    Please help to solve this problem...

    •  

Answers

All Replies