.ocx vs dll use in a .asp

G

Guest

I currently have a .asp on a 2k server that calls calls a .ocx with
parameters that process data and returns info back to the .asp. I have
rewritten the .ocx using VS2005 vb which creates a dll that would replace the
..ocx. Problem is since the dll cannot be registered the asp cannot access it.
What is best way to do this with .net?
or is there a better place to ask this question?
 
S

Scott M.

You set your .NET project to "Register for COM InterOp', which is in the
project's settings.

This creates a CCW (COM Callable Wrapper) assembly that you can, in fact
register on your server and use in Classic ASP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top