Will an ASP.NET MVC 2 app build with the .NET 4.0 RC and VS2010 RC run on a prod server with the .NE

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-04-13T20:27:55Z Indexed on 2010/04/13 20:33 UTC
Read the original article Hit count: 566

Filed under:
|
|

I have an MVC2 app I developed with the VS2010 RC and the .NET 4.0 RC. My production server and my client's production server have .NET 4.0 RC.

Can the RTM of .NET 4.0 on a server support an app developed with the RC technologies?

What about the other way around? Can I use VS2010 RTM and deploy an app to production if the prod server is still no the .NET 4.0 RC?

Obviously it would be ideal to synch everything up to RTM but I don't have that option right now because the client doesn't have access to VS2010 RTM yet, and they would like to be able to open and build the project.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about .NET