Using COM inMTS
-
I have written a vb class module which simply writes a string to a file and compiled this as a dll.Now when I registered this dll using regsvr32.exe from the system32 folder under WINNT directory in the win2k server,I can access this dll from my ASP code simply by using Server.CreateObject("dll name"). 1>Is this dll a com? 2>Whats the difference between a com and a dll? 3>So if it is possible to access this dll through ASP by registering the component in the server registry,then what is the utility of using MTS in IIS? Since I am a beginner in web development,I would also like to know about the other functionalities and advantages of using MTS with IIS.Address of any relevant web site dealing in similar topics will also help me a lot.... Thanking u all in advance... Anirban