How to generate solution and project file from asp.net project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rkittad
    New Member
    • Mar 2010
    • 1

    How to generate solution and project file from asp.net project

    Hi

    I have the project files which consist of some folders and some aspx and aspx.vb files.

    I do not have any solution file or .sproj file in it.

    so I need open a single file at a time and I can not debug the whole project or any single file also.

    Do I have to generate a project file or solution file,

    I just wanted to open the whole project file by opening a single file in VS 2008.

    so that all the folder structure and the files I can view in solution explorer.

    Thanks,
    Ravindra
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Create a new project (which wraps it in a new solution)
    Then import your individual items using the "Add... Existing Item..." context menu

    Comment

    Working...