コード例 #1
0
ファイル: Global.asax.cs プロジェクト: skybluebin007/JW-Shop
        protected void Application_Start(object sender, EventArgs e)
        {
            ShopConfig.RefreshApp();
            HostingEnvironment.RegisterVirtualPathProvider(new ShopPathProvider());

            AreaRegistration.RegisterAllAreas();

            RouteTable.Routes.MapHubs();
        }
コード例 #2
0
 protected void Application_Start(object sender, EventArgs e)
 {
     ShopConfig.RefreshApp();
     HostingEnvironment.RegisterVirtualPathProvider(new ShopPathProvider());
 }