Can I run asp.net mvc 1 on .net 4?
Posted
by Jenea
on Stack Overflow
See other posts from Stack Overflow
or by Jenea
Published on 2010-03-12T11:27:34Z
Indexed on
2010/03/12
11:37 UTC
Read the original article
Hit count: 499
I have a asp.net mvc site that references a couple of libraries. Recently I discovered that it is necessary to migrate those dlls to .net 4 (I mean compile them for .net 4). Can I run asp.net mvc 1 on .net 4. Migration to asp.net mvc 2 is postponed because of the removal of response.WriteSubstitution(...) method.
© Stack Overflow or respective owner