My Windows Service outputs some information continuously.
I'm intending to display that output on a webpage in real time.
What would be the easiest way to go about this?
I'm thinking of making the page access the windows service through remoting. (Make a remotable object and call its method in some periodic interval to get the output from the windows service).
I can handle that part.
But I am kinda blur how to actually display the output on the webpage.
Should I use a textbox with auto-fresh (if there's such a thing)
or should I use AJAX?
Sorry I'm very new to ASP.NET. But i am familiar with C# and VB


Reply With Quote


