i want to limit upload bandwidth in IIS. my scenario is each user only can upload 300kbps.
i check MaxBandwidth
in IIS but it limit for sum of users not for each user.
also i check Throttling Bandwidth
but it limit download bandwidth.
so how can i limit upload bandwidth for each user or each file in IIS?