Click here to Skip to main content
16,018,057 members

Comments by sunsecurity84 (Top 3 by date)

sunsecurity84 10-Jul-12 5:03am View    
Hi,
Thanks for the reply.

First let me explain the problem in detail.

I am having a web app hosted on IIS 6 and exposed to internet. IN this app, I am having a webpage called newcomings.asp. The external users are using some bots and automatically hitting this page (i.e 20 per sec) due to which some time , the site goes down.
But basically, I want to throttle the request which are coming from the client at the maximum of 5 per sec also I dont want to use any capcha kind of stuff.

So I am just checking is there any way , we can handle in IIS itself or we can do by any handlers.


sunsecurity84 26-Jun-12 4:24am View    
As of now , I tried to throttle the request for the Particular page , by having Apache over IIS.
But I want to implement in IIS itself.
sunsecurity84 9-Feb-12 18:52pm View    
But I want to show the app_offline.htm to be automatically invoke when the app pool recycle or IIS reset only. After that , it should automatically show the requested ASP page...