Closed Thread Icon

Topic awaiting preservation: ASP FSO permission denied Pages that link to <a href="https://ozoneasylum.com/backlink?for=12576" title="Pages that link to Topic awaiting preservation: ASP FSO permission denied" rel="nofollow" >Topic awaiting preservation: ASP FSO permission denied\

 
Author Thread
fizgig
Nervous Wreck (II) Inmate

From: West Bloomfield MI
Insane since: Aug 2001

posted posted 01-14-2003 16:23

I'm trying to write to a text file on a network computer from the server using the File System Object, i have given Everyone, IUSR_servername, IWAM_servername, and even tried anonymous access full control, and it still gives me permission denied

Set PermissionChecker = Server.CreateObject("MSWC.PermissionChecker")
Response.Write "permission granted=" & PermissionChecker.HasAccess(listFile)
returns
permission granted=False

From the server, I can browse the directory and open and edit the files in notepad. No antivirus software is blocking access, any ideas?

DmS
Paranoid (IV) Inmate

From: Sthlm, Sweden
Insane since: Oct 2000

posted posted 01-14-2003 17:39

It's an NT box, right?
It sounds like the user account you are using when you write in notepad has write permissions in that folder, but the user account that IIS uses doesn't.

Can't say more right now, but start there.
/Dan

{cell 260}
-{ a vibration is a movement that doesn't know which way to go }-

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 01-15-2003 08:40

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

silence
Maniac (V) Inmate

From: soon to be "the land down under"
Insane since: Jan 2001

posted posted 01-16-2003 06:48

Yeah, make sure the IUSR_servername has full control on that directory.

You also need to check the NTFS permissions on the computer you're trying to write to.

« BackwardsOnwards »

Show Forum Drop Down Menu