摘要: Global.asax protected void Application_Start() { AreaRegistration.RegisterAllAreas(); FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); RouteConfig.RegisterRoutes(RouteTable.Routes); BundleConfig.RegisterBundles(BundleTable.Bundles);... 阅读全文
posted @ 2012-12-19 10:58 Season2009 阅读(295) 评论(0) 推荐(0) 编辑