How would you copy an ASP.Net project?

I have a .NET web application that I want to take with me and create a new application that can work independently of the first - that is, I want to break up the codebase.

What's the best way to do this?

TIA,

Tim.

0


a source to share


2 answers


Assuming you've taken a local copy of the website, you can simply copy and paste the web root folder in File Explorer. I'm not sure which resource source for the forking thief objects is safe, but you can add a new copy to your repository wherever you see fit.



+1


a source


Download VisualSVN Server, install it locally (takes 5 minutes) and create a repository for your project. Then create a branch.



0


a source







All Articles