Permission denied on ASP Page

K

Klunk

Hi,
last week I moved the folder of my Intranet application to
another disk of the same server.

After this change all the ASP page return this error:


Microsoft VBScript runtime error '800a0046'

Permission denied: 'CreateObject'

/DocxTecnici/infotec.asp, line 22


For all the page, the row 22 is:

Set Fso = CreateObject("Scripting.FileSystemObject")


In the old location (C:) the application worked properly.
To move the application to disk D: I've followed this step:
1. Stop the IIS services
2. Move the Folder to disk D:
3. Change the path of Home Directory

The permission on the folder are the same of the old
location

The version of IIS is 6.0

Can you help me?
Thanks
 
J

Jason M. Murray

You can run a free util from sysinternals calle FILEMON. If you run it
while trying to browse your asp page and then search for denied, it should
tell you which user is getting denied rights to a specfic file.


Best regards,
Jason M. Murray [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.


--------------------
| Content-Class: urn:content-classes:message
| From: "Klunk" <[email protected]>
| Sender: "Klunk" <[email protected]>
| Subject: Permission denied on ASP Page
| Date: Mon, 6 Oct 2003 02:39:07 -0700
| Lines: 33
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcOL7bBlJ47wyxVYSQGJgnFDto9Tjw==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.inetserver.asp.general
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:254602
| NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
| X-Tomcat-NG: microsoft.public.inetserver.asp.general
|
| Hi,
| last week I moved the folder of my Intranet application to
| another disk of the same server.
|
| After this change all the ASP page return this error:
|
|
| Microsoft VBScript runtime error '800a0046'
|
| Permission denied: 'CreateObject'
|
| /DocxTecnici/infotec.asp, line 22
|
|
| For all the page, the row 22 is:
|
| Set Fso = CreateObject("Scripting.FileSystemObject")
|
|
| In the old location (C:) the application worked properly.
| To move the application to disk D: I've followed this step:
| 1. Stop the IIS services
| 2. Move the Folder to disk D:
| 3. Change the path of Home Directory
|
| The permission on the folder are the same of the old
| location
|
| The version of IIS is 6.0
|
| Can you help me?
| Thanks
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top