5

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

1

1 Answer 1

7

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.

Sign up to request clarification or add additional context in comments.

2 Comments

May be... but if I create a Empty Web Application, Then I cant use it as a MVC application...
Well, you could. But you would need to build it from scratch and also construct it manually. In an MVC app VS helpfully knits together elements of your application for you as you go along and generally supports you as you create your app by providing skeleton code.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.