|
Home > Archive > IIS Server Security > August 2005 > Server.CreateObject Access Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Server.CreateObject Access Error
|
|
| agent007 2005-08-09, 5:55 pm |
| Help!!
I have an asp page that generates an excel file but with the statement:
Set objExcel = Server.CreateObject("Excel.Application")
I keep getting the error:
'ASP 0178 : 80070005' Server.CreateObject Access Error
The call to Server.CreateObject failed while checking permissions. Access is
denied to this object.
Can anyone help, I've tried having IUSR and IWAM<machine name> have full
control but no help.
Thanks.
| |
| Tom Kaminski [MVP] 2005-08-10, 5:54 pm |
| "agent007" <agent007@discussions.microsoft.com> wrote in message
news:B5FED6DB-6D8A-4766-A2AF-323E54FCFABF@microsoft.com...
> Help!!
>
> I have an asp page that generates an excel file but with the statement:
>
> Set objExcel = Server.CreateObject("Excel.Application")
>
> I keep getting the error:
>
> 'ASP 0178 : 80070005' Server.CreateObject Access Error
> The call to Server.CreateObject failed while checking permissions. Access
> is
> denied to this object.
>
> Can anyone help, I've tried having IUSR and IWAM<machine name> have full
> control but no help.
See http://support.microsoft.com/defaul...b;EN-US;q257757
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsser...ty/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
|
|
|
|
|