本文转自:http://aspnet.codeplex.com/releases/view/59008

Recommended Download

     ASP.NET MVC 3 Application Upgrader

            application,            431K, uploaded             Apr 11, 2011             -            37377 downloads             

Release Notes

This standalone application upgrades ASP.NET MVC 2 applications to ASP.NET MVC 3. It works for both ASP.NET MVC 3 RC 2 and RTM. The tool only supports Visual Studio 2010 solutions and MVC 2 projects targeting .NET 4.
It will not work with VS 2008 solutions, MVC 1 projects, or projects targeting .NET 3.5. Those projects will first have to be upgraded using Visual Studio 2010 and/or retargeted for .NET 4. The tool will:

  • Create a backup of your entire solution
  • Update all Web Applications and Test projects to reference System.Web.Mvc v3.0
  • Add references to System.Web.Helpers.dll and System.Web.WebPages.dll (new libraries required by MVC 3)
  • Upgrade web.config files to reference System.Web.Mvc v3.0 and add configuration and settings to support the new Razor view engine
  • Add or upgrade JavaScript files that ship with ASP.NET MVC 3 (jQuery 1.4.4, jQuery UI 1.8.7 jQuery Validation 1.7, Microsoft AJAX)
  • Add stylesheets and image assets to support jQuery UI

More information is available on Marcin's blog.
This tool is an updated version of what was previously released via Eilon's blog.
Update on 4/11/2011: Added option to skip performing a backup

最新文章

  1. Node.js+Express配置入门
  2. [转发]黑苹果修改DSDT彻底解决关机不断电和睡眠问题
  3. Solr Zookeeper ACL权限配置
  4. Win7系统安装Centos7.0双系统(二)
  5. asp获取勾选checkbox的值
  6. Spring3中用注解直接注入properties中的值
  7. MVVM中轻松实现Command绑定(三)任意事件的Command
  8. Mac下获取AppStore安装包文件路径
  9. IOS数据本地存储的四种方式--
  10. 系列四TortoiseSvn客户端软件
  11. Spring Security(07)——缓存UserDetails
  12. Python自然语言处理学习笔记之选择正确的特征(错误分析 error analysis)
  13. Redis架构设计--客户端请求RedisServer时,server端持久化的部分操作
  14. 使用Grub Rescue 修复MBR
  15. 【深度学习系列】手写数字识别卷积神经--卷积神经网络CNN原理详解(一)
  16. mybatis返回list
  17. phper的Go之旅(-)--书写前言
  18. Tomcat任意文件上传漏洞CVE-2017-12615
  19. CentOS之RPM
  20. [datatable]关于在DataTable中执行DataTable.Select("条件")返回DataTable的解决方法

热门文章

  1. UPDATE command denied DELETE
  2. Strus2中关于ValueStack详解
  3. String StringBuffer StringBuilder 对比
  4. html5--项目实战-仿天猫(移动端页面)
  5. TibetanFont | ཡིག་གཟུགས། | 藏文字体
  6. ab压力测试-突破最大线程数
  7. IJ:IJ来了2-调试开发环境
  8. bzoj3620
  9. asp.net MVC 使用Bootstrap 分页
  10. 警告框在asp.net mvc中应用