At a high level, I am looking to push data when a record changes on SQL. I am running SQL 2012 SP1 and IIS 8.5.
I successfully coded pushing data to the browser using Websockets and calling an ashx page.
In there I have this code:
Private
Go to the complete details ...