Create ActiveX control using .NET

  • Thread starter Craig Pennington
  • Start date
C

Craig Pennington

I have many ASP pages that I cannot immediately convert to
ASP.NET. I would like to make use of .NET, particularly
C#, to develop new code that I would need to access from
those unconverted pages. The new code would not use any
control objects and would only be used in server-side ASP
JavaScript code.

Can I create a component in .NET and access it as an
ActiveX component using "new ActiveXObject()"
or "Server.CreateObject()"?

There is lots of info on the opposite -- using existing
COM objects in .NET pages, but I have yet to find a way to
create an "ActiveX wrapper" for a .NET component.
 

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