Any restriction of using Sdl.MultiTerm.TMO.Interop.dll in a web environment?

Hi everyone

Don't know if anyone has tried this already, we are trying to build a website using ASP.net which would connect to the TM server and the MultiTerm server hosted internally, when testing in my Visual Studio, using the integrated IIS, I can connect to both servers and do a search, retrieve matches, etc., but once the files are moved to a hosting server, which runs IIS 8.5 on a 64-bit OS (Windows Server 2012), the MultiTerm connection no longer works, the page simply times out, but if I remove the termbase portion, the connection to TM server (GroupShare in another word) still works.

 

In order to connect to MultiTerm server, I followed the sample code from the SDK, so naturally I added Sdl.MultiTerm.TMO.Interop.dll as reference and saved in under Bin on my website, initially, I was getting an error with Run 32-bit enabled in my Application Pool, now that problem is solved and I don't see any error in Event Viewer, so the problem is either the connection or the DLL itself, which is a 32-bit DLL and I need it to run under my 64 bit OS, but the Application Pool can run 32 bits now.

 

Am I missing something? for other DLL also from the SDK, I don't have any problem, not sure what's particular with this Sdl.MultiTerm.TMO.Interop.dll.

 

Any insight is greatly appreciated.

 

Thanks

Marcelo