Hello, I have a DLL that utilizes the MySQL .NET Connector within it. We want to see if there's a way to get it to work in an ASP Classic environment without having to develop a separate version of the DLL that uses a different method of interacting with MySQL. Does anyone have any ideas? I know it's possible to "wrap" the app DLL so it can be used within ASP Classic, but since it uses the MySQL .NET Connector, I believe that would still cause problems. Am I correct?
Thanks C
