Re: Access denied when writing files form ASP
From: rwg (a-robg_at_online.microsoft.com)
Date: 03/14/04
- Next message: Aaron Bertrand [MVP]: "Re: Posting Acceptor"
- Previous message: Aaron Bertrand [MVP]: "Re: SQL question "SELECT TOP 15""
- In reply to: Bob Barrows [MVP]: "Re: Access denied when writing files form ASP"
- Next in thread: Bob Barrows: "Re: Access denied when writing files form ASP"
- Reply: Bob Barrows: "Re: Access denied when writing files form ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 14 Mar 2004 16:28:53 GMT
In addition to the list at aspfaq.com, be aware if you are using Basic or Windows Authentication, then you are trying to access the file system with the
credentials of the signed on user. Those are the credentials that need to have the NTFS file access.
-rwg
This is what I think, not necessarily what is accurate!
--------------------
| From: "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom>
| References: <223FA5B4-8BCE-470B-801D-1415DC36CDCE@microsoft.com>
| Subject: Re: Access denied when writing files form ASP
| Date: Thu, 11 Mar 2004 08:50:00 -0500
| Lines: 18
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <OmRAE$2BEHA.688@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.inetserver.asp.general
| NNTP-Posting-Host: 63.250.134.34
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:268076
| X-Tomcat-NG: microsoft.public.inetserver.asp.general
|
| Geir wrote:
| > I'm using a WSH FileSystemObject to create a text file, and I get an
| > "access denied" message. Can you tell me how to give my scripts
| > permission to write?
| >
| > Thanks! :o)
|
| http://www.aspfaq.com/show.asp?id=2039
|
| HTH,
| Bob Barrows
| --
| Microsoft MVP -- ASP/ASP.NET
| Please reply to the newsgroup. The email account listed in my From
| header is my spam trap, so I don't check it very often. You will get a
| quicker response by posting to the newsgroup.
|
|
|
- Next message: Aaron Bertrand [MVP]: "Re: Posting Acceptor"
- Previous message: Aaron Bertrand [MVP]: "Re: SQL question "SELECT TOP 15""
- In reply to: Bob Barrows [MVP]: "Re: Access denied when writing files form ASP"
- Next in thread: Bob Barrows: "Re: Access denied when writing files form ASP"
- Reply: Bob Barrows: "Re: Access denied when writing files form ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|