Deploying .net Web Application to another environment

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

Guest

I have an application that I developed on one machine(lets call it machine1)
and now I'm trying to move to another machine(machine2). I copied all the
files to the new machine (machine2) and tried to compile the application.
But for some reasons, when I try to view the page in the browser, it takes me
to the application on the old machine (machine1).

What am I doing wrong? Any help??
 
Open the solution on machine 2 or edit sln and proj files to point to the new
URL.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top