I have a third party dll that can recieve signals via tcp port and process them and raise an event.
I need to create a web application that catch the event and update session application based on the new information provided in the event argument.
Is it possible?