I am trying to migrate a COM visible .NET assembly to a new server. There is a classic ASP application running on the current server which uses this DLL to create object call the methods. Now I am tasked to migrate the application to a new server and I am stuck at this DLL migration. Problem is the team who created the DLL and registered in current server is no longer with us.
I have copied the DLL, ran the command regasm /tlb /codebase "full path of the dll"
When I ran the application, the object is not created.
I verified the keys in registry, tried both 32bit and 64bit regasm tools to register, checked under References->COM in Visual Studio..etc.
Now I have no clue what else to check and if I missed any crucial step in migration of the DLL.
Any suggestions please?