The best solution that I've found to work is this. For classic asp code on a page ending with a .asp extension you can manage outlining of code by placing different functions or pieces in an asp script block <% %>.
Then outlining works as expected for those sections. I would still like to find a better option than this however.
