The ASP. net mvc team released the new version of ASP. net mvc yesterday. What is expected is not the official version, but the candidate version RC2 of the official version.
You can go to the Microsoft download center to download the new version from the following address:
Http://www.microsoft.com/downloads/details.aspx? Familyid = ee4b2e97-8a72-449a-82d2-2f720d421031 & displaylang = en
The following is a description of the new version released by haacked:
Http://haacked.com/archive/2009/03/03/aspnetmvc-changes-for-rc2.aspx.
ASP. net mvc RC2
ASP. net mvc RC2 () is released today ().
Since the last release of RC1, we have responded to internal and external comments. For this, we have made some changes to RC2.
Below is a brief summary of RC2.
1. Install. Net 3.5 SP1.
New InstallationProgramYou must have installed. NET Framework 3.5 SP1 on your computer. Even if vs 2008 SP1 is not essential for installation, we recommend that you install this upgrade package in your development environment.
Because we have added two MVC components: system. web. routing. DLL and system. web. abstractions. the DLL Assembly contains. net 3.5 SP1 is being installed. They are part of the framework, and we have to worry about maintaining these two components, which will adversely affect and make no sense.
2.Bin deployment is still supported (SP1 is not required)
Except system. Web. Routing and System. Web. abstractions. dll, other runtime tasks do not depend on SP1. Therefore, you can still deploy your program to a server with. Net 3.5 installed but not SP1 ).
3. New server-only installation mode