simulating slow internet connection on localhost

Posted by Praveen Prasad on Stack Overflow See other posts from Stack Overflow or by Praveen Prasad
Published on 2010-04-15T17:09:15Z Indexed on 2010/04/15 17:13 UTC
Read the original article Hit count: 157

Filed under:
|
|

iam using c#,asp.net and iis, i want to simulate slow internet connection on my pc for testing my app.

is it possible i can control bandwidth of iis.

please dont suggest

System.Threading.Thread.Sleep(someDuration);

in c# file.

© Stack Overflow or respective owner

Related posts about iis

Related posts about ASP.NET