Question Windows Application on web

senss

New member
Joined
Oct 31, 2008
Messages
1
Programming Experience
3-5
Hi Everyone,

This is my first post here! And I am not very much sure whether I have chosen the correct Sub-Group. I have a problem for which I am seeking a solution.

I have a Windows Application which is collecting large chunks of live data for a few seconds and then continuously purging old data to give way for new data. Now I have a display which continuously should show this live data and for the same i have incorporated the .NET remoting technique. This entire process is complete and seems to be working absolutely smoothly.

My problem now is that I wish to have a similar display on a webpage. So how can I get the same live data onto webpages continuously. Any clue ? Any suggestions as to how I can implement this ?
I am using VB.NET and VS2005 tool.
 
Back
Top