We have a Com+ VB6 DLL used in our asp classic application. After upgrading to IIS 6.0 and Windows Server 2003 it seems to be causing us problem. How should we replace it with .NET (2.0) functionality?
- A Webservice?
- A Com DLL in .NET?
- Some other option?
Assume re-writing the asp classic pages is out of the question.
EDIT: If rewriting it as a com accessible assembly, won't this leave the same issues with Com+?