如何将现有的webforms应用程序转换为混合的webforms / mvc应用程序?

时间:2012-03-27 19:26:38

标签: asp.net asp.net-mvc asp.net-mvc-3 webforms

我有一个通过Visual Studio 2010和ASP.NET Development Server运行的ASP .NET Webforms应用程序。我正在尝试使用Razor视图(.cshtml)运行一些。当我尝试浏览页面时,出现以下错误:

This type of page is not served. 
Description: The type of page you have requested is not served because it has been 
explicitly forbidden.  The extension '.cshtml' may be incorrect.  

1 个答案:

答案 0 :(得分:2)

我有点想要了解你的问题,但根据你的评论,你是否试图将MVC 3添加到现有的WebForms应用程序中?

如果是这样,只需添加Hanselman的AddMVC3ToWebForms nuget包。