Problem "cloning" a project...

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I had a project called Test1. The url when I test it is
http://localhost/Test1

I wanted to totally clone a seperate project called 'Test2'. So I did a
project/copy project to Test2. (In other words, this is a totally new
project, not effecting Test1 at all.)

When I open Test2 and run the project it goes to http://localhost/Test1

I want it to go to http://localhost/Test2

Did I clone this project incorrectly? If so, how can I do it correctly?

Thanks!
 
Back
Top