Exception thrown for missing images
This might be the expected behavior, but just thought I'd check :smile:
If you visit an invalid media URL, ie /media/1234/umbraco5.png, you get an ASP.NET Exception page:

This page actually returns a 404 response code, but still causes an Exception to be logged (in ELMAH). I noticed the issue because I had some issues getting custom error pages to work properly for this scenario. I got things working but in a bit of a strange way.
Just wanted to mention as I'm not sure if this behavior is intentional - feel free to close if so. I think ideally if the path is invalid, it should fallback to Umbraco to handle the 404...but I'm guessing that might be tricky with the VirtualPathProvider :smile:.
Also, thanks again for the awesome package #h5yr :+1:
Hmmm.... Yeah, I dunno what the expected behaviour should be. I've a funny feeling that Umbraco doesn't handle any not found media requests but I'd have to double check.
Glad you like it :smile: