What project type is used for SO? A Web Site or a Web Application? And Why?

link|improve this question
feedback

2 Answers

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

You must log in to answer this question.

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