Click here to Skip to main content
15,887,083 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am developing an application that will have the following structure:

Structure

Im new to web development, I chose the ASP.NET MVC to work with Microsoft technologies, I believe that facilitates development.

With this in mind, I would like to know how do I make my WCF service to communicate with the ASP.NET page?

The idea is my hardware send information to page without the page requesting the WCF information. The website would only wait for something to happen without interacting with WCF service.

I conducted some research, but I could not adapt to my need or could not clearly understand.

What I have tried:

I tried to make communication via WCF, but could not find a way in which the website receive information passively
Posted
Comments
Richard Deeming 27-May-16 10:43am    
You're looking for SignalR[^].
Mad Russian 27-May-16 10:44am    
Try using Web App and SignalR.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900