I use Amazon Web Services’s Elastic Bean Stalk to automagically scale my ASP.Net web applications. I’m using a Windows 2012 R2 based instance. I also use SignalR for real time communications within my app. While, I could use Ajax Long Polling, WebSockets are a tad bit faster. Problem The default AMI has doesn’t have...