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.
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 ________
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.