Legacy Code – Dealing with Classic ASP

Summary I’ve written quite a few blog posts about legacy code.  In this blog post I’m going to discuss how you can deal with classic ASP, why you should deal with it sooner than later and some details of what to do. Classic ASP If you’re running a .Net shop, Classic ASP is about the … Read moreLegacy Code – Dealing with Classic ASP

Creating a COM object for Classic ASP (Part 2)

Summary In this blog post I’m going to expand on my last post about COM objects and design a COM “wrapper” for a dictionary. This will demonstrate the use of properties, passing parameters and the indexer. The MyDictionary Class The code that I’m going to use in my COM module will be something like this: … Read moreCreating a COM object for Classic ASP (Part 2)