If I develop a site using the version of ASP.NET MVC 2 that ships with Visual Studio 2010 Beta 2, what do I install on my Web server to get to run correctly?
From what I've gathered, there are two paths for ASP.NET MVC 2. One (the Preview 2, I believe) is included in Visual Studio 2010 Beta 2. The other one, the ASP.NET MVC 2 Beta, is newer and not compatible with Visual Studio 2010 Beta 2.
The site sort of works on my Web server if I install the ASP.NET MVC 2 Preview 2, or the newer ASP.NET MVC 2 Beta, however both give errors that I don't see when I run it using the built-in ASP.NET Development Web server (cassini). Specifically, the error involves a line that calls the FormCollection.ToValueProvider() method. The error states that method doesn't exist, and I believe that is because that method has changed in recent versions.