Bandwidth limiting in ASP.NET

liunx

Guest
I would like to put up several ~3MB avi files on my server running ASP.NET 1.1 on IIS 5.0. There is a chance that the avi files could be accessed faster than a T1 upload will allow -- is there an easy way to bandwidth limit uploads so that my server does not get killed? I am thinking about using application level performance counters, but perhaps there is a better way than this. I plan on telling users that my server does not have enough bandwidth to service the request for the avi files if the bandwidth is currently higher than a certain amount. I would also limit the total number of concurrent Download s.

Comments and suggestions are quite welcome.asp.net is not what you would need. But there are ways to do it. The easiest way would be to just run a stream server.
 
Top