visual studio tooling for mvc in asp.net website project

44 Views Asked by At

Can anyone help me. I could not find a solution to enable visual studio mvc templates in a asp.net web site project(not a asp.net web application project). I know that in a asp.net web application project is possible, but for asp.net web site project i havent found a solution.

Can anyone help me.

Thanks a lot.

1

There are 1 best solutions below

0
On

MVC is designed to be a Web Application. There are no Microsoft templates for an MVC 'Web site'. Overall IMHO the benefits of a website are not worth the features you lose.

Here is an article provided by MSDN that explains the different features of each : http://msdn.microsoft.com/en-us/library/dd547590(v=vs.110).aspx

To answer your question directly though. MVC asp.net must be a web application.