aspx_beginners thread: Old COM in ASP.NET
Does anyone know how to connect to a previous existing COM object with ASP.NET? Specifically SAFileUp? Thanks, Paul
Hi
I had tried to connect to existing dll which are in Vb 6.0 through
Asp.Net . Just add reference of that COM object by browsing for it . It
will automatically create wrapper class for that COM object which will help
you to call functions within that Object.
Neeta
|





