I am writing a program where. I need a Admin page that can alter data on a moments notice to the server. The Server side will then route the new data (information) to the subsequent browsers on-line without refreshing the browser in general. So basically, As soon as I change information on the Admin screen (possibly multiple times a minute) the clients sees the changes instanteanously.
My question is: Is ASP my best choice to accomplish this? I know I would have to Utilize Remote Access in order to accomplish a feat like this. Any Ideas?
John Stephens