It is possible...

  • Thread starter Thread starter Luis
  • Start date Start date
L

Luis

Hi,

I have a DLL Library write in C#, and I need use with mi ASP application
(Not ASP.NET, only ASP), ¿can I do it? how?

Thanks
 
I'm no expert with ASP, but I suspect that you best bet is to set the
properties of your C# DLL project so that Register for COM Interop is
true. That will make your C# DLL available vie COM, and you should be
able to use COM objects in your ASP code.
 
Hi,

Yes. it's possible, google for COM callable wraper at msdn.microsoft.com.
You will get instruction of how to do it

cheers,
 
Back
Top