ASP.NET internet up/download speed test

D

David R.

Is there a way to measure and report the up/download speed between the
server and the client browser using ASP.NET 2.0 C#?
 
B

Bruce Barker

the usual way is write some client script, or a java applet that does the
test. to test download, have client script request a large doc in a hidden
frame and time it (several times). for a upload, test the script do a large
post, again in a hidden frame, and count the time. after tests, post the
values back to the server.


-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top