response.redirect error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have developed a site on MS server 2000, which uses response.redirect.
However, once i moved it to our hosting server which is 2003, this stopped
working, the only way i have found to fix it is to use server.transfer.

Is there a way to fix this or an explanation? as all my code in all my
projects uses response.redirect!

Thanks

Rob
 
I have developed a site on MS server 2000, which uses response.redirect.
However, once i moved it to our hosting server which is 2003, this stopped
working, the only way i have found to fix it is to use server.transfer.

Is there a way to fix this or an explanation? as all my code in all my
projects uses response.redirect!

Try Response.Redirect("<filename>", false) instead...
 
Back
Top