Using Third Party .Net Component From ASP

  • Thread starter Thread starter AndyB
  • Start date Start date
A

AndyB

I have a third party component I've used in ASP.NET applications and
now have a need to use in a classic ASP website. I don't have the
source code for the component.

Is it possible to do this? As I understand I need to apply a "Com
Callable Wrapper" - but I'm not clear how to do this without the source
code for the .Net component.

If so, could someone please outline the steps I need to take?

Many thanks

Andy
 
You can create a wrapper around this .NET component and then make it
Com Callable Wrapper......:)
 
Back
Top