|
Home > Archive > IIS Server > December 2004 > Permission denied: 'CreateObject'
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 |
Permission denied: 'CreateObject'
|
|
| BillDean 2004-12-29, 5:57 pm |
| Hi,
I'm an asp beginner and I need a little hand holding. I have a new server at
home that I host some pictures, etc on. I downloaded an ASP picture gallery
script and I cannot get it to work. I have tried everything I can think of
and have searched high and low and I can't find a solution. I'm running a
clean install of Server 2003 with IIs 6.0.
When I use my browser to view the ASP page I get the error:
Microsoft VBScript runtime error '800a0046'
Permission denied: 'CreateObject'
/ebaypics/pics.asp, line 30
Line 30 is Set filesys = CreateObject("Scripting.FileSystemObject")
I ran filemon and it says that access is denied to scrrun.dll for the IUSR_
account.
I gave the IUSR and IWAM accounts permission to scrrun.dll which didn't
help. I even added IUSR and IWAM to the administrator group and it still
doesn't work. I've checked the Web Service Settings in IIS and added the dll
to the list.
Do you have any suggestions?
Thanks
| |
| Ray Costanzo [MVP] 2004-12-29, 8:47 pm |
| If you have any antivirus software running, try disabling it for a moment
and then loading the page. I don't know if that's your issue, as this
problem usually has other symptoms. See here:
http://www.aspfaq.com/show.asp?id=2180
Follow-up set to microsoft.public.inetserver.asp.general
Ray at home
"BillDean" <BillDean@discussions.microsoft.com> wrote in message
news:A8CBBD73-36AB-416D-92BF-C8FB94F9CD8D@microsoft.com...
> Hi,
>
> I'm an asp beginner and I need a little hand holding. I have a new server
> at
> home that I host some pictures, etc on. I downloaded an ASP picture
> gallery
> script and I cannot get it to work. I have tried everything I can think of
> and have searched high and low and I can't find a solution. I'm running a
> clean install of Server 2003 with IIs 6.0.
> When I use my browser to view the ASP page I get the error:
>
> Microsoft VBScript runtime error '800a0046'
>
> Permission denied: 'CreateObject'
>
> /ebaypics/pics.asp, line 30
>
>
> Line 30 is Set filesys = CreateObject("Scripting.FileSystemObject")
>
> I ran filemon and it says that access is denied to scrrun.dll for the
> IUSR_
> account.
>
> I gave the IUSR and IWAM accounts permission to scrrun.dll which didn't
> help. I even added IUSR and IWAM to the administrator group and it still
> doesn't work. I've checked the Web Service Settings in IIS and added the
> dll
> to the list.
>
> Do you have any suggestions?
>
> Thanks
>
|
|
|
|
|