ASP.NET internet up/download speed test

  • Thread starter Thread starter David R.
  • Start date Start date
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#?
 
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)
 
That's interesting. Do you know of any sample source code on the internet?
 

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

Back
Top