Page 1 of 1

'ASP 0178 : 80070005'

Posted: Tue Dec 27, 2005 1:19 am
by momceras
I supose the error I'm getting is caused by wrong permissions.
I tried the support.microsoft.com/kb/315454 but no success.
The line where I get the error is:

Code: Select all

Set imagem= server.createobject("GflAx.GflAx")
gflax.dll is on system32 folder and registered

The error I'm getting is:

Code: Select all

Objecto servidor error 'ASP 0178 : 80070005' 

Erro de acesso a Server.CreateObject 

/upload/ToFileSystem.asp, line 19 

A chamada para Server.CreateObject falhou ao verificar as permissões. O acesso a este objecto é negado. 
Any help would be preciated

update

Posted: Tue Dec 27, 2005 2:29 am
by momceras
*update*

Setting web guest account with administration privileges fix the problem.
The question now is witch permissions should be set up ???