asp.net - Does the SignalR RouteTable.Routes.MapHubs(); absolutely have to be put in Application_Start()? -


can put in other custom named methods within global.asax start first onapplicationstarted()? dilemma i'm having our project has custom class class in global.asax inheriting instead of standard "system.web.httpapplication". means can't use "application_start" method put signalr hubs routing in.

so question this: signalr absolutely hardwired use method exact method name of "application_start" in global.asax? thanks!

maphubs creates signalr/hub script. doesn't matter generate long generated before attempt use script.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -