DumAsp
Newcomer
I am trying to make use of a .NET DLL I created from an older ASP application. When I run the Server.CreateObject I get nothing. I have re written this DLL from an old VB6 dll. I tested the DLL with a .net app and it does work so it is not the dll. i set all the interop stuff up on the build and dit the regasm on the server.
The asp clasic seems to not even try to access the dll, no errors no signs of life whatsoever. The asp page stll loads but returns none of the data the dll is designed to retrieve.
Is it possible to do what I am trying to do or is this a fools venture.
The asp clasic seems to not even try to access the dll, no errors no signs of life whatsoever. The asp page stll loads but returns none of the data the dll is designed to retrieve.
Is it possible to do what I am trying to do or is this a fools venture.