iIt redirects to localhost instead of linked page

Discussion in 'Visual Studio' started by plateheates, Feb 28, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I made VB.net web project of several pages.
    At testing, I used url as httP://localhost/.../... " and after completion, I changed to http://www.plateheatex.com/fff/... " and uploaded to server by copying project to server.
    When I browsed into first url http://www.plateheatex.com/fff/login.aspx",the page opens correctly. When I click button which calls Response.redirect(http://www.plateheatex.com/fff/frmStart.aspx), my page opens http://localhost/[project name]/frmstart.aspx.
    With other computer, first Login Page is same, the second page comes "The Resources are not found"
    I checked the project file andtheredirection is "http://plateheatex/...." correctly.[​IMG]
     
  2. I found my mistake. After change of programs, it should go Build procedure.


    I built the modified program and uploaded to server, it works OK [​IMG]
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page