One of my clients emailed me with a couple issues that needed to be fixed in an existing Classic ASP application. I don't think I've even looked at Classic ASP this year. :-)
Anyway, it's a bit painful to drop back into VBScript after so much time in C#. Luckily, neither of the issues are all that difficult. I've spent a couple hours on one of the issues and I'm finding that I'm in “hack” mode. I'm using a lot of hard-coded numbers and nested calculations. Once it's working, and all the numbers arre correct, I'm going to refactor.