问题
Has anybody ever converted a visual studio website to a web application? I would like to get sln and vbproj files for my website but I can't seem to find the convert. I would hate to have to do this by hand.
回答1:
This looks like what you're looking for:
http://weblogs.asp.net/meligy/archive/2008/08/03/converting-vs-2008-website-to-web-application.aspx
Similar, if not the same as John's suggestion.
回答2:
This is a good walkthrough just start from step 2.
http://msdn.microsoft.com/en-us/library/bb907624.aspx
OK just tested it
Just create Web Application Project
Copy files in from Website
Right click on project and Convert To Web Application.
来源:https://stackoverflow.com/questions/953138/converting-vs2008-website-to-web-application