What project type is used for SO in Visual Studio? "Web Site" or "Web Application"? Why?

share|improve this question

2 Answers

As for reasons, one thing Jeff has mentioned is that ASP.NET MVC makes having clean url's easy. So they get friendly, searchable, logical url's like ../questions/{id} without any additional work.

share|improve this answer

ASP.NET MVC Web Application according to the StackOverflow blog.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged