Set maximum requests per IP in IIS7

Posted by Maxim V. Pavlov on Server Fault See other posts from Server Fault or by Maxim V. Pavlov
Published on 2012-03-26T16:12:38Z Indexed on 2012/03/26 17:32 UTC
Read the original article Hit count: 272

I have a web site deployed to IIS 7. One page it is has 15+ .js files linked to it.

Last two files referenced in <head> tag (loaded last) get 403 forbidden response from server.

I have enabled FailedRequestTracing and have been able to see a detailed error code which is 403.502.

I suppose over a very short period of time I am just pulling to much and the IIS blocks me.

Is there a way I can configure the limit to enable larger number of requests and get rid of 403.502 error?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about iis7