It is said here Can we use Razor on an existing ASP.NET 4 website? that I should see it even in webform project if MVC3 is installed but I can't. Why?
Isn't Razor installed with MVC3?
It is said here Can we use Razor on an existing ASP.NET 4 website? that I should see it even in webform project if MVC3 is installed but I can't. Why?
Isn't Razor installed with MVC3?
AFAIK Visual Studio provides support only for ASP.NET Websites (using .NET 4.0 of course) and not for ASP.NET applications. This being said there is nothing preventing you from adding manually a .cshtml
page to an existing ASP.NET application and it will work. It's just that you don't get the Visual Studio Wizard support but who cares about it anyway?