views:

68

answers:

3

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.

A: 

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

jean27
+1  A: 

No, I dont think so.

chugh97
+1  A: 

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

Darin Dimitrov