hitesh_kapadia
September 10th, 2001, 11:19 PM
Hello,
I am creating VB DLL files which I am calling from ASP files. It worked first time when called from ASP files. But then I have made some modifications in the DLL file & I have recompiled it & now when I am trying to access the component from the ASP file it is giving me the following error:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/App/test.asp, line 9
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
I am facing this problem only when I am executing my ASP scripts on Windows 2000 server, it is working perfectly on Windows NT 4.0. Also if I call the DLL from a VB EXE project it is working fine. I am facing similar problem with another DLL which I have downloaded from the net. It is working fine on Windows NT but giving problem on Windows 2000 server.
Can anybody tell me what could be the problem?
Thanks in advance
Hitesh
I am creating VB DLL files which I am calling from ASP files. It worked first time when called from ASP files. But then I have made some modifications in the DLL file & I have recompiled it & now when I am trying to access the component from the ASP file it is giving me the following error:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/App/test.asp, line 9
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
I am facing this problem only when I am executing my ASP scripts on Windows 2000 server, it is working perfectly on Windows NT 4.0. Also if I call the DLL from a VB EXE project it is working fine. I am facing similar problem with another DLL which I have downloaded from the net. It is working fine on Windows NT but giving problem on Windows 2000 server.
Can anybody tell me what could be the problem?
Thanks in advance
Hitesh