visual studio - What is the quickest way to create .sln file for website? -


i've downloaded mywsat review there no solution or project files visual studio 2012. i've created new solution , have attempted add_existing items new project, however, won't auto add new folders have manually set folders add files manually.

i wanted know if there quicker way of doing this?

  1. create solution.
  2. create project website.
  3. paste files in same folder project.
  4. go vs , click "show files" icon above solution explorer , include files.

assuming there isn't more configuration necessary, should work out fine. exempt of connection strings, security permissions, etc. files there , should render fine.

however, works classic asp website. mvc takes lot more (including wiring controllers , views) unless files included in these "existing files" already.


Comments