Hello,
I've an upload.asp and it is creating an object from a managed .net dll. Deployment of this dll to my test environment is successful and my upload.asp is working fine. I used regasm.exe and tlb file of dll is created by regasm.exe. I didn't restart the IIS after this operation...
When I try to deploy this dll to an another server with same methods; I'm getting 424 vbs error (Object required) from my asp page. Tlb file of dll is created successfully too.
is it about IIS's version ? Server's .net framework version ? Does IIS need to restart? Do u have any idea ?
Thanks