473,472 Members | 2,148 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

FSP permission denied in IIS 6

Hi,

I recently moved several sites from a dying 2000 Server to a Windows
2003 Server box.

Even though a few sites were already up and running on the 2003 box,
I've had numerous permissions problems getting some of the transferred
sites to work correctly.

Right now I'm having FSO problems on a bit of code like this:

Set fs = CreateObject("Scripting.FileSystemObject")
Set wfile = fs.CreateTextFile((Server.MapPath("/pages/" & pagename)),
True)
wfile.Write (pgbody)
wfile.close
Set wfile=nothing
Set fs=nothing
I get "Permission denied" errors on the line:

Set wfile = fs.CreateTextFile((Server.MapPath("/pages/" & pagename)),
True)

I've tried setting write and modify permissions on the /pages/ directory
for IUSR, but still no luck, and even tried setting broader IWAM
permissions on scrrun.dll, with no change in fortune.

Any ideas on what I need to change to allow FSO write permissions to a
web user?

Thanks.
Jan 18 '06 #1
1 2735
In article <MP************************@news.giganews.com>,
sp*******@dorrk.com says...
Hi,

I recently moved several sites from a dying 2000 Server to a Windows
2003 Server box.

Even though a few sites were already up and running on the 2003 box,
I've had numerous permissions problems getting some of the transferred
sites to work correctly.

Right now I'm having FSO problems on a bit of code like this:

Set fs = CreateObject("Scripting.FileSystemObject")
Set wfile = fs.CreateTextFile((Server.MapPath("/pages/" & pagename)),
True)
wfile.Write (pgbody)
wfile.close
Set wfile=nothing
Set fs=nothing
I get "Permission denied" errors on the line:

Set wfile = fs.CreateTextFile((Server.MapPath("/pages/" & pagename)),
True)

I've tried setting write and modify permissions on the /pages/ directory
for IUSR, but still no luck, and even tried setting broader IWAM
permissions on scrrun.dll, with no change in fortune.

Any ideas on what I need to change to allow FSO write permissions to a
web user?

Thanks.

Jan 18 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Klunk | last post by:
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...
6
by: Jon Montana | last post by:
CDONTS was working well until I installed Exchange 2000. I thought it might be a relay problem, but I allowed the server IP address to relay. Thanks for anything you can offer. here's the...
1
by: Mark E. Hamilton | last post by:
Sorry, I probably should have re-stated the problem: We're using Python 2.3.5 on AIX 5.2, and get the follow error messages from some of our code. I haven't yet tracked down exactly where it's...
10
by: Florian G. Pflug | last post by:
Hi I installed a postgres-application (which was developed on debian woody) on red hat 9 today, using the postgres 7.3 rpms from redhad. One of my the triggers uses the pg_settings table (more...
2
by: Taishi | last post by:
New user of SQL Everything is on the same machine My error is close to the bottom After reading it today, I can see there is a problem with 2 dbases 'PUBS' and 'Master' There are also some...
4
by: stephen | last post by:
Hi, I am getting an error while trying to create an excel file. "Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the...
0
by: debug03 | last post by:
I am executing a DTS package on a Windows 2000 sp4 server running SQL Server 2000 and IBM DB2 V7 client. The DTS package source data(SQL Server) is selected from SQL server table and inserts data to...
0
by: private.anders | last post by:
Hi David! Really need assistance since I have been struggling with a problem long time now. I am running a web application on a Win 2003 Std (Active Directory). Everything works fine. I have...
0
by: private.anders | last post by:
Really need your assistance since I have been struggling with a problem long time now. I am running a web application on a Win 2003 Std (Active Directory). Everything works fine. I have...
4
by: xzzy | last post by:
I have a v1.1 web app that works on my local computer. However, running it at the host computer, the following breaks: when a viewer selects a different country, the State dropdown should...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.