WebApi Application_Start will not fire until web page is loaded or SignalR request is made
问题 I have WebApi OWIN hosted Web Server/Winforms Client application. Additionally I am using SignalR for client/server communication. When running under IIS Express while debugging Application_Start method in Global.asax.cs is executing just fine. On IIS 7.5 same code in Global.asax.cs will not execute when website is started in IIS Manager Application_Start only fires when I call it from a page http://localhost:7000/SignalR/hubs or Client sends SignalR request first time around and after that