iis 6 - IIS V6 autoblocking ip -
Linux-Boy has a question about IIS v6.
This is the case, I have a site running, when I do some specific work on this site (like removing a particular item, three times in a row) the site will break, and A blank blank page will appear. While examining the response headings I saw that the server "403 is forbidden: the client's IP address has been rejected."
Through a proxy, I can just connect properly.
By examining site-options in IIS Manager, I find that my IP is not blocked globally, it's something similar.
Where can I look for it? It happens automatically and the block ends at about 8-12 minutes all the time?
Best regards UNAS
Do you have access to IIS?
Site ID (inside ASP code), not in IIS.
Please check the IIS console, and make sure there is no blocked IP if it is true, then you should get the database / table or some config files, where all the blocked IPs are stored. After that, you should be able to get the ASP code, which is responsible for blocking ....
You can also try quick search in all ASP pages for text such as: " REMOTE_ADDR "and" .ServerVariables "
Comments
Post a Comment