Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM

Most of the organizations/developers who have developed/developing applications in ASP.NET MVC 1.0, would want a direct upgrade to ASP.NET MVC 2.0 RTM. Right now microsoft has n’t given direct support to upgrade ASP.NET MVC 1.0 applications to ASP.NET MVC 2.0 applications.

Previously i blog about a Custom Tool which helps in  converting ASP.NET MVC 1.0 applications to ASP.NET MVC 2.0 RC/beta, this tool was developed by Eilon Lipton

But after the release of he has recently released an new version of the tool, which helps us in Converting ASP.NET 1.0 applications to ASP.NET MVC 2.0 hassle free, with out much head ache. For the ASP.NET MVC 1.0 RTM to ASP.NET MVC 2.0 RTM project Converter, follow the link .

Of course you have to make some other changes after making upgrade to ASP.NET MVC 2.0 RTM. It will just upgrade the project base to ASP.NET MVC 2.0 RTM. Because your code you only knows. You have to make some necessary changes to your solution after upgrading to ASP.NET MVC 2.0 RTM.  In ASP.NET MVC 2.0 RTM, if you were using JSON based data grids using jQuery,  you can see HTTP-GET has been restricted for JSON or AJAX calls. But with an Method attribute setting to tell the asp.net to allow such calls, are the way to solve this. So such changes you have to do it manually.

The tool does the upgrade of your project made in ASP.NET MVC 1.0 to ASP.NET MVC 2.0 project structure.

Read more about this  tool in Eilon Lipton’s – ASP.NET MVC 1.0 to 2.0 Converter