creating a separate solution from an existing one

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
 
P

PvdG42

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top