ASP.NET MVC Upgrade guide -


I have a small ASP.NET MVC application that was developed using the latest beta version.

What is easy to follow step-by-step guide to upgrade RC?

What important changes will it have to implement to work in the new version?

Repeat for your convenience.

"post-text" itemprop = "text">

Read, steps to follow are listed here.

There are not many changes between Beta and RC releases, however, after installing beta release, you have to make some changes to your app. Most of these changes are clear when you try to compile your application using the latest release, so we do not list every possible change. Some of the changes you make to the following list are described

  • Update the reference of the following assemblies to indicate RC versions:
  • System.Web .Abstractions.dll
  • System. Web. Routing .dll
  • System.Web.Mvc.d

Note that if you are running ASP.NET 3.5 SP1, you can only access System.Web.Mvc Update the assembly reference.

By default, these assemblies are located in the following folder:

% ProgramFiles% \ Microsoft ASP.NET \ ASP.NET MVC RC

  • After making these changes, compile your application and solve any compilation errors. Most errors will be the result of one of the changes previously listed.
  • Update the section in the Web.config file to match the following example in the View folder. (The converted elements are in bold.)


Comments