creating a separate solution from an existing one

  • Thread starter Thread starter Oded M
  • Start date Start date
O

Oded M

We have a solution that is mainly in ASP3 under VS 2003.
I need to create a separate environment for the next version.
How do I create this solution from the existing files?

Thanks in advance
Oded
 
Oded M said:
We have a solution that is mainly in ASP3 under VS 2003.
I need to create a separate environment for the next version.
How do I create this solution from the existing files?

Thanks in advance
Oded


Assuming you're not working in a source-controlled environment, and that by
"next version", you mean the next version or your solution, still in VS .NET
2003, make a physical copy of your solution folder in a different location
(path). The "new" solution will be unaware of the original. You can rename
the "new" solution and its contained project(s) if you wish. As far as what
you do about files uploaded to whatever web server you're using, you'll need
to set up a separate environment there as well.
 
Back
Top