I have a web app that didn't come with a project file. Is there a way to create a blank project file, include all existing files into it, without modifying the existing web.config?
Asked
Active
Viewed 540 times
0
-
Do you want something like this **http://stackoverflow.com/questions/735054/how-to-convert-asp-net-website-to-asp-net-web-application** ?? – huMpty duMpty Oct 08 '12 at 16:08
-
Why don't you want to change existing Web.Config? There may be many reasons to do so? – IrishChieftain Oct 08 '12 at 16:14
-
That risk disabling the existing site. I just need to put the site into a solution so I can better work with it. – 4thSpace Oct 08 '12 at 16:31
-
1Shouldn't you be able to make an empty solution and then hit add existing files or folders and just select everything you have? – Andrew Walters Oct 08 '12 at 19:41
-
@Andrew: Yes. I was hoping there might be a completely empty solution so I didn't have to overwrite the template web.config and have other unrelated files running around. – 4thSpace Oct 11 '12 at 15:22