'ASP 0178 : 80070005'

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

momceras

'ASP 0178 : 80070005'

Post 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
momceras

update

Post by momceras »

*update*

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