Ask a Question related to ASP Components, Design and Development.
-
Noname #1
006~ASP 0178~Server.CreateObject Access Error
I apologize in advance if this is posted to the wrong Newsgroup. I feel that
it could be posted several places.
We have suddenly started recieving the following error message on W2K3-IIS6
after having run for several days. This is a server being built to replace
an existing production unit.
006~ASP 0178~Server.CreateObject Access Error~The call to
Server.CreateObject failed while checking permissions. Access is denied to
this object.
I have lloked at several distancely related issues on the web and tried to
glean some thread of meaning from them. Trying to dig my way through the
DComCnfg tool baffles and bewilers me. I am reluctant to make cart blanche
changes as there are severl other applications running on this box. It would
not be so bad but we just went into verifacation mode where the application
owners are testing.. And it seems to only be this ONE that is causing
problems.
Any assistance would be greatly appreciated.
--
Emanon LT
Noname Guest
-
Server object error 'ASP 0178 : 80070005'
Get this Server object error 'ASP 0178 : 80070005' Server.CreateObject Access Error /SendZipFiles.asp, line 40 The call to Server.CreateObject... -
Server.CreateObject error
I am getting an error while executing the line, Server.CreateObject. The error is Server object, ASP 0177 (0x800AEA5F) I am using IIS5,... -
Server.CreateObject Access Error
I am trying to invoke the following line of code within my ASP: Set oApp = Server.CreateObject("Word.Application") This results in the... -
Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click... -
HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP... -
Steven Burn #2
Re: 006~ASP 0178~Server.CreateObject Access Error
The error is telling you exactly what you need to check - namely the
permissions for the DLL/OCX you are instantiating ........ (IUSR_[machine]
*MUST* have access rights to it before it can use it).
If you've already checked those, see if any of the following helps ...
[url]http://aspfaq.com/show.asp?id=2091[/url]
--
Regards
Steven Burn
Ur I.T. Mate Group
[url]www.it-mate.co.uk[/url]
Keeping it FREE!
"Noname" <Noname@newsgroups.nospam> wrote in message
news:D8948426-C622-4E50-A7EF-4FD3089EFEE6@microsoft.com...that> I apologize in advance if this is posted to the wrong Newsgroup. I feelW2K3-IIS6> it could be posted several places.
>
> We have suddenly started recieving the following error message onreplace> after having run for several days. This is a server being built toblanche> an existing production unit.
>
>
> 006~ASP 0178~Server.CreateObject Access Error~The call to
> Server.CreateObject failed while checking permissions. Access is denied to
> this object.
>
> I have lloked at several distancely related issues on the web and tried to
> glean some thread of meaning from them. Trying to dig my way through the
> DComCnfg tool baffles and bewilers me. I am reluctant to make cartwould> changes as there are severl other applications running on this box. Itapplication> not be so bad but we just went into verifacation mode where the> owners are testing.. And it seems to only be this ONE that is causing
> problems.
>
> Any assistance would be greatly appreciated.
> --
> Emanon LT
Steven Burn Guest



Reply With Quote

