Difference between Web Application & Web Forms Application in VS2012

自闭症网瘾萝莉.ら 提交于 2020-01-03 09:28:07

问题


What is the difference between Web Application & Web Forms Application in Visual Studio 2012?


回答1:


The clue is in the word 'Empty'.

The first (highlighted in your image) option is a blank project.

Subsequent options set up a Web Forms, MVC3 or MVC4 project with appropriate directory structure and a default set of pages and supporting code.



来源:https://stackoverflow.com/questions/14184490/difference-between-web-application-web-forms-application-in-vs2012

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