Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MTS

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
US
Hi,

I have an ASP application running on IIS. Now I need to create a COM object ( VB DLL ) . ASP should call functions defined in DLL. I never used MTS. I really appreciate guidance to move/register COM object on MTS.

Thanks
 
U need to create the activex,com (dll) and register by using regsvr32 and then create the object in your asp with Server.CreateObject function...
This is how i do it...hope this works for your MTS ________

George
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top