Hi,
I have just taken over responsibility for mainting a website that somebody else built and it has recently been moved to a new server. One of my ASP pages calls some dll files as COM objects eg.
set objCategory=server.CreateObject ("IKMS_Category.Category"
I have registered these dll files on the new server and moved them in to the c:\WINNT\System32\inetsrv directory but my ASP page the calls them is still failing.
Any ideas? I also do not have the source code for the dll files.
I have just taken over responsibility for mainting a website that somebody else built and it has recently been moved to a new server. One of my ASP pages calls some dll files as COM objects eg.
set objCategory=server.CreateObject ("IKMS_Category.Category"
I have registered these dll files on the new server and moved them in to the c:\WINNT\System32\inetsrv directory but my ASP page the calls them is still failing.
Any ideas? I also do not have the source code for the dll files.