Moving physical path - best solution?

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Anybody know what is the best way to move a web project to another
physical path? It seems loaded with issues that make this difficult.

I am considering creating a new project in the new path and doing Add
Item for all the items. Will that work? It's a bit klunky, no?

~Paul
 
Open the solution in VS.NET and select the "Copy Project" button at the top
of solution explorer.
You get to choose how much you want to copy (runtime files, all project
files, or all files.)

Alternative is to create a "web setup" project (for deployment scenario).

Richard
 
Back
Top