I work with a actively developed production web application that is written entirely in Classic ASP. Like most classic asp applications it is a mess full of spaghetti code. So I am beginning to break pieces into simple VB classes to gain some basic encapsulation benefits.
While creating the classes I feel conflicted that a higher level language to do so. Are there any recommendations on how this could be done? I have two thoughts:
COM Objects and Web services. I'm leaning towards the web service route but would greatly appreciate any suggestions on how to best encapsulate the business logic of a Classic ASP system into a higher level language.
What do you recommend?