My own AX DLL

  • Thread starter Thread starter Guy Cohen
  • Start date Start date
G

Guy Cohen

Hi all
I created my own ActiveX DLL
How do I use it in ASP.NET?
I know how to use it in ASP but not .NET :(

TIA
Guy
 
Hi Guy,

Are you using this as a client-side object? If so, it's exactly the same as
ASP.

If you're using it as server-side, add a reference to the DLL in Visual
Studio and it will create the interop code for you.

Ken
Microsoft MVP [ASP.NET]
 
Back
Top