Posts related to: Tools
Blocking IIS IP Addresses with ASP.NET
Over the last few months I've had increasing SPAM traffic coming to my site, usually from a few select IP address groups. Most of this site spamming crap that I actually catch tries to simply POST to every possible URL on the site apparently that contains a FORM tag, spewing forth a plethora of...
C Style String Encoding
Got tired of manually trying to encode strings for quotes and other 'C-style' markup so I created a simple utility for it.