Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Old COM in ASP.NET


Message #1 by "Paul" <taylo@g...> on Sat, 2 Mar 2002 22:57:14
Does anyone know how to connect to a previous existing COM object with 

ASP.NET?  Specifically SAFileUp?



Thanks,



Paul
Message #2 by Neeta.Ambekar@l... on Mon, 4 Mar 2002 14:28:40 +0530

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




  Return to Index