going from a vb6 .ocx to .net dll called from a .asp web app

G

Guest

I currently have a .asp on a 2k server that calls calls a .ocx (VB6) 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?
 

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