Date:  04/03/2002 11:12:07 AM Msg ID:  000525
From:  Mariela Thread:  000525
Subject:  Problems when redirecting
I have a problem when using the redirect method on response object. The browser cant´find the page where I´m redirecting. I´m testing it in a local host running PWS. The line I wrote in my program is:
    Response.redirect("http://localhost/website/page1.html")
And I´m sure the URL exists, because if I type it on the browser it shows the page.  What am I doing wrong?
 
Mariela.