views:

122

answers:

1

Hello everyone,

If I am using IIS 7.0 + Server 2008/Vista Enterprise, any ways from IIS 7.0 side to control the upload speed? For example, max upload speed at 1M bytes/second?

Any configuration based easy solution is great! And any programming based solution is also appreciated. :-)

thanks in advance, George

+1  A: 

There is bandwidth throtelling available in IIS 7.0, but that is only available per website, I am not sure if its available on per request basis.

You can find it under Microsoft Web Platform installer, there are couple of configuration tools available to install.

Akash Kava
I think it could only control download speed? Not upload?
George2