3

I've a working website without project / solution. How can I generate a new project from this code? Thanx

Richard J. Ross III
  • 55,009
  • 24
  • 135
  • 201

3 Answers3

4

Just to be ultra clear for everyone. In Visual Studio 2010 Express, do the following:

  1. Tools menu, Settings, Expert Settings
  2. File menu, New Project ... create your project
  3. File menu, Add, Existing Web site
Reddspark
  • 6,934
  • 9
  • 47
  • 64
3

Create a New solution from scratch, then choose add web existing website.

Point to the directory for your current code.

Jeremy A. West
  • 2,162
  • 4
  • 27
  • 40
1

Here is how you Create a Project from Existing Code Files

Ebad Masood
  • 2,389
  • 28
  • 46