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

|
What is the difference between Web Application & Web Forms Application in Visual Studio 2012?
|
|||
|
|
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. |
|||||||
|
|
Web Applications are web sites that run in IIS, IIS Express, or some similar web server. Web Forms Applications are compiled into an executable and must be installed and run on the user's desktop. |
|||
|
|