How to Limit Download Speeds from my Website on my IIS Windows Server?
iis, webserver
Solution
You can't limit download speed but you can limit the overall traffic to a particular website:
- Open IIS MMC
- Select Website
- Select Performance tab
- Enable 'Bandwidth throttling'
Problem
When people download files from my website, I don't want them to be able to download faster than 300KB/sec per file. Is there anyway to do this? I'm running IIS 6.0 on Windows Server 2003.