project files

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

I need to create a project from an existing website, but Visual Studio
will not allow for this. The IDE looks for a project file, and if it
cannot find one, it will not open the site (unlike Visual Interdev).
Importing the entire site is not a suitable option either, due to the
size of the site and the nature of the required updates. Can anybody
help with this?
 
Hello Philip,
You can select empty web project in Visual Studio. Then drag the files from
windows explorer that you what to be in the project and drop them on the
project name of the empty project. They will be added to your project and
to the directory you created the empty project in.
I hope this helps.
Thank you,
John Soulis
Microsoft, ASP.NET

This posting is provided "AS IS", with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

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