B
bshannon
What is the best way to copy a project to work with?
I have my main project that I always use to make updates
too. I am going to implement a lot of big changes to the
project and don't want to interfere with the project I
use to make my updates with.
Basically I want to have a test project. Make my changes
to that and test it. Then apply the changes to my good
copy.
I am going to be reconfiguring my app to implement forms
authentication, log each user as they enter a page to a
database, implement global error handling. If something
comes up that a quick change needs to be made I would
have all kinds of modifications made to the project that
would give me a bad build.
Thanks for any input.
I have my main project that I always use to make updates
too. I am going to implement a lot of big changes to the
project and don't want to interfere with the project I
use to make my updates with.
Basically I want to have a test project. Make my changes
to that and test it. Then apply the changes to my good
copy.
I am going to be reconfiguring my app to implement forms
authentication, log each user as they enter a page to a
database, implement global error handling. If something
comes up that a quick change needs to be made I would
have all kinds of modifications made to the project that
would give me a bad build.
Thanks for any input.