I’m trying to research when to convert an ASP to a COM objects. I’m familiar with why to create COM objects but a collegue of mine is propogating the idea of converting our entire ASP application to COM objects.
Even though I’ve read somewhere that this is bad design and COM objects are made for coding business rules only and for re-usuability and not when user interaction is required, I’d appreciate reasons or resources I can check up so that I can provide a researched view to my management.
Thanks in advance.
Faz.