A big thanks goes out to the obligatorymoniker and his script for programmatically adding IP restrictions to IIS6. I was looking for a better script to add IP restrictions. My previous script added the restrictions one IP range at a time. This script was adequate for a small number of IP restrictions but recently I was asked to add IP restrictions for every country we do not ship to. We had credit card fraud transaction from one of these countries and the boss was mad. After using Perl and a CIDR to merge the adjacent networks, I still had over 18,000 IP ranges to deny. Using my old script I tried to add these IP ranges to our test system this took over an hour to load. Your script loads the ranges in a couple of seconds.
Entries Tagged as 'IIS'
Adding IP Restrictions to IIS 6
July 25th, 2010 · No Comments · IIS, SBS2K-SBS2K3
Tags:
w3wp.exe high cpu usage thread
February 27th, 2010 · No Comments · IIS
Yesterday I learned an important lesson about IIS logs. They do not show you all of the requests hitting your server! Evidently the log does not show canceled requests. Over the last couple of days I was receiving complaints about slow responses from our web site. By the time I would look at the CPU [...]
Tags:
Top free tools for Windows server administration
April 9th, 2009 · No Comments · IIS, sql
Every so often you find a tool you have never heard of. This week the tool that caught my attention was Performance Analysis of Logs (PAL). It was recommended by Bruce Mackenzie-Low in a newsletter from SearchWindowsServer.com and it looks it will be helpful with the “art” of performance analysis. I played with it a [...]