converting from legacy COM objects

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

I have a large "legacy" web application written in asp.old that relied
on some COM objects. While I am aware that it is possible to use legacy
COM objects within an asp.net application, is it possible to do the
reverse? In other words, would it be possible to rewrite some of the
legacy COM objects in .NET (provided all the methods & properties have
the same definitions) and integrate it into the asp.old application? If
so, are registration procedures the same as with legacy COM objects
(regsvr32.exe)?
 
Very much possible. You would need to create a regular .net application
If you look in MSDN theres a lot of infomation on how you can do that
 
Back
Top