Exposing some live data on a website - New to ASP.NET, need guidelines

Posted by Carlos on Stack Overflow See other posts from Stack Overflow or by Carlos
Published on 2010-05-07T08:17:57Z Indexed on 2010/05/08 8:08 UTC
Read the original article Hit count: 199

I have a large .NET based system running within the company intranet, which allows winforms users to see some live calculated numbers and a custom winforms control drawn live (but not real-time). The Forms users can also affect the operation of the system.

I would like to just show the live numbers on a website, along with the custom control. Nothing needs to come back from the web user, as the web app is meant to be just for monitoring. All the numbers can be calculated at the server.

It's been a long time since I touched ASP.NET, and I need to know how to proceed. What are the steps in building and deploying such a website? Any caveats I need to look out for?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#