| Steven Burn 2005-08-22, 7:49 am |
| 1. What does the control do? (e.g. does it use any other controls?)
2. Do IUSR_<machine> and IWAM_<machine> have read/write permissions for;
a. The control itself
b. The folder containing the control
c. The TEMP folder (in the majority of cases, you'll find this is used
when the control is instantiated)
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Dickey" <Dickey@discussions.microsoft.com> wrote in message
news:766BFD59-8DFC-41B0-B04B-06B8EA395EAB@microsoft.com...
> Help please!!
>
> I have an asp page that generates an error with the statement:
>
> Set Com1= Server.CreateObject("COM.ComClsGetSysInfo")
>
> 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 a lot
>
|