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
 

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

Back
Top