Generic IIS URL Rewrite Rules – Three common scenarios

Generic IIS URL Rewrite Rules – Three common scenarios

Download & install rewrite module The first hurdle in achieving this is that you don’t want to use the Redirect IIS module, but the Rewrite one which has to be downloaded separately. You can download it from here, but I script my server bootstrapping so preferred to use PowerShell for this. See below for an example on how to programmatically […]

Papertrail log searching with Powershell

Papertrail log searching with Powershell

Papertrail is a great free* cloud based distributed log management system. If you aren’t currently using one for your application, I highly recommend it. The benefits it gives you far outway the relatively simple process of setting it up. And compared to tools like Splunk, it’s considerably cheaper. However, sometimes clients can have unusual requests and require you to go […]