PDA

View Full Version : iIt redirects to localhost instead of linked page


plateheatex
02-28-2005, 06:13 AM
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.http://community.discountasp.net/emoticons/roll.gif

plateheatex
02-28-2005, 12:12 PM
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 http://community.discountasp.net/emoticons/smile.gif