开发者

Can we run ASP.NET MVC 2.0 on .Net 2.0?

开发者 https://www.devze.com 2022-12-27 15:46 出处:网络
I have an asp.net website which is already developed in .net 3.5, Now I asked to develop few pages in MVC 2.0 and few pages in DynamicData. Now Can I Run the ASP.NET MVC 2.0 and Dynamic Data in 3.5. W

I have an asp.net website which is already developed in .net 3.5, Now I asked to develop few pages in MVC 2.0 and few pages in DynamicData. Now Can I Run the ASP.NET MVC 2.0 and Dynamic Data in 3.5. When I run this i am getting开发者_开发知识库 lot of errors in web.config.


No, I dont think so.


ASP.NET MVC 2.0 requires .NET 3.5. You cannot run it on .NET 2.0 only.


Check out http://www.asp.net/mvc/whatisaspmvc/.

0

精彩评论

暂无评论...
验证码 换一张
取 消