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

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Back
Top