Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is ASP my best choice?

Status
Not open for further replies.

JohnStep

Programmer
Apr 19, 2000
190
US

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
 
you may have to look into remote scripting, as ASP is exected on the server, when the ASP page is requested, so the ASP doesnt do anything with the client directly, it just returns processed data. But it could possibly serve as great a tool in combination with either ActiveX or Remote Scripting.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top