예제 #1
0
        protected void Application_Start()
        {
            db.CurrDbType = DatabaseType.SqLite;
            db.DbName     = XmlConfig.ConnectionStrings("SQLite");

            AreaRegistration.RegisterAllAreas();
            RegisterRoutes(RouteTable.Routes);
            //RouteDebug.RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);
        }