Esempio n. 1
0
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);

            ChatServerActorSystem.Create();
        }
Esempio n. 2
0
 protected void Application_End()
 {
     ChatServerActorSystem.Shutdown();
 }