Converting VS2008 Website to Web Application

六眼飞鱼酱① 提交于 2019-12-24 08:48:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!