When using an application (the website ASP pages copy a
word file to the server and then opens it on the server
to parse through it), that runs on IIS5 from a client PC,
you receive the following error

Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
/*.asp, line 102
The call to Server.CreateObject failed while checking
permissions. Access is denied to this object.

I tried the fix mentioned in Microsoft article 198432 but
this has not made any difference. (Do you need to reboot
the server for this to take effect?)

problem with website by doug

doug
Fri Jun 04 10:05:44 CDT 2004

Rebooting won't help. The error says access denied. Find
out what object is being called on line 102 and make sure
the NTFS permissions are correct on it.

doug
>-----Original Message-----
>When using an application (the website ASP pages copy a
>word file to the server and then opens it on the server
>to parse through it), that runs on IIS5 from a client
PC,
>you receive the following error
>
>Server object error 'ASP 0178 : 80070005'
>Server.CreateObject Access Error
>/*.asp, line 102
>The call to Server.CreateObject failed while checking
>permissions. Access is denied to this object.
>
>I tried the fix mentioned in Microsoft article 198432
but
>this has not made any difference. (Do you need to reboot
>the server for this to take effect?)
>.
>