Re: Writing to a Virtual Directory
From: Leon Mayne [MVP] (l.rmvmayne_at_uea.ac.uk)
Date: 07/25/05
- Previous message: zippo76: "Multi vs Single Homed Web Servers - Security and Performance"
- In reply to: GregP: "Writing to a Virtual Directory"
- Next in thread: GregP: "Re: Writing to a Virtual Directory"
- Reply: GregP: "Re: Writing to a Virtual Directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 25 Jul 2005 00:14:47 +0100
GregP wrote:
> I have a web app that receives XML, parses it, runs it against a
> database, then sends this data back as XML.
>
> When the file is received, a corresponding text file that contains the
> data being received is created in a virtual directory.
>
> This configuration runs fine in IIS 5.1 on XP Pro. But in the
> production environment (Windows 2003 and IIS 6.0) the text files are
> not getting created.
>
> I have gone so far as to grant IUSR_machinename administrative
> permissions on this Virtual directory (full control), but still no
> text files are being written.
>
> What permissions are needed to allow these text files to be created in
> the Virtual directory?
Make sure the ASPNET account has write access to the directory if you're
using ASP.NET.
- Previous message: zippo76: "Multi vs Single Homed Web Servers - Security and Performance"
- In reply to: GregP: "Writing to a Virtual Directory"
- Next in thread: GregP: "Re: Writing to a Virtual Directory"
- Reply: GregP: "Re: Writing to a Virtual Directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|