Host SignalR in IIS
问题 I'm just wondering and it is hunting me for these past few days is it possible to Host a SignalR Hub in IIS? is that event possible? i found a solution called "self hosting" but it is with the help of a console application. i want to host the SignalR Hub in my IIS is that possible? can someone provide me an example regarding this? im going to post the code for the self Hosting i thought i might help class Program { static void Main(string[] args) { // This will *ONLY* bind to localhost, if