all groups > inetserver asp general > november 2003 >
You're in the

inetserver asp general

group:

Write permissions using Scripting.TextStream object


Write permissions using Scripting.TextStream object George Hester
11/30/2003 7:21:47 PM
inetserver asp general: In Windows 2000 I need permissions set so that I can write a text file =
to the folder when the asp page is loaded. Right now I have only these =
permissions set:

Administrator: Full
System: Full
Everyone: Read and Execute, List, Read
Network: Read and Execute. List. Read

Is there some other "user" that I can give permissions to to write a =
text file to the folder that doesn't allow write permissions to =
IUSER_MachineName? Thanks.

--=20
George Hester
__________________________________
Re: Write permissions using Scripting.TextStream object Aaron Bertrand [MVP]
11/30/2003 7:34:38 PM
[quoted text, click to view]
file to the folder that doesn't allow write permissions to
IUSER_MachineName? Thanks.

You've lost me. Unless your site/application is set up for Windows Auth,
ASP runs as IUSR_MachineName, so what other user would you expect ASP to
impersonate in order to write to this folder?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/





--
George Hester
__________________________________

Re: Write permissions using Scripting.TextStream object George Hester
11/30/2003 7:55:49 PM
Well I have many different users on the server; Interactive; Network; =
Authenticated Users; BATCH; Proxy; Restricted; Self; Service; ... many =
more. I was hoping that some other one of these I could use. If not no =
big deal. I can allow just Read and Write anywhere so I may just do =
that.

--=20
George Hester
__________________________________
[quoted text, click to view]
Re: Write permissions using Scripting.TextStream object Ray at <%=sLocation%
11/30/2003 9:56:23 PM
You could use any one of them that you want if those groups have
permissions. Just give your IUSR permissions though instead of trying to
jump through extra steps and using group membership for NTFS permissions
when you only need this one single user to have permissions.

Ray at home

[quoted text, click to view]
Well I have many different users on the server; Interactive; Network;
Authenticated Users; BATCH; Proxy; Restricted; Self; Service; ... many more.
I was hoping that some other one of these I could use. If not no big deal.
I can allow just Read and Write anywhere so I may just do that.

--
George Hester
__________________________________
[quoted text, click to view]

AddThis Social Bookmark Button