user1037839
user1037839

Reputation:

Visual Studio 2010: How create new web project from existing code?

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

Upvotes: 3

Views: 7568

Answers (3)

Reddspark
Reddspark

Reputation: 7567

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

Upvotes: 4

Ebad Masood
Ebad Masood

Reputation: 2379

Here is how you Create a Project from Existing Code Files

Upvotes: 1

Jeremy A. West
Jeremy A. West

Reputation: 2300

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

Point to the directory for your current code.

Upvotes: 3

Related Questions