Sadik, here's how you use a .dll in .asp:
In Interdev, select Project References under Project menu. Select the TSMCOM32 on the list (it should be registered prior to this). In your global.asa a metadata tag should have been added referencing the TSMCOM32.dll.
In your .asp page try this code:
x = tsmcom32.
When you type the dot after the tsmcom32 properties and methods of the tsmcom32.dll should appear. If not use the object browser in
vb or interdev to see what is the libname of your TSMCOM32.DLL.