Hello All,
Is there a way to throttle bandwidth on IIS per file download?
I want each HTTP download to be allocated a particular slice of
bandwidth defined by the connection speed of the user, not to exceed
our content data rate.
So, if our content is 100kbps and the user's connection speed is
400kbps, the file will be sent at 100kpbs.
If our content is 100kbps and the user's connection speed is 40kbps,
the file will be sent at 40kbps.
Is there any way to do this?
Thanks in advance.