Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Network Persmissions Write to Text File

Reply
Thread Tools

Network Persmissions Write to Text File

 
 
Jess
Guest
Posts: n/a
 
      04-09-2006
Hello,
I have an asp page that writes to a text file. Can someone tell me what the
correct permissions should be on the network - so it's safe from various
users coming in to manipulate any files?

 
Reply With Quote
 
 
 
 
Slim
Guest
Posts: n/a
 
      04-09-2006
the asp page will run under the current uses permissions, if your not
forcing users to log on they will be using IUSR_SERVER

if your using anonymous permissions (IUSR_SERVER), then I would give
IUSR_SERVER write but not execute permissions.

it is easy to do this inn IIS manager


"Jess" <> wrote in message
news:81BBE394-9616-40D0-A6A0-...
> Hello,
> I have an asp page that writes to a text file. Can someone tell me what
> the
> correct permissions should be on the network - so it's safe from various
> users coming in to manipulate any files?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
persmissions question Eric ASP .Net 1 12-29-2009 03:52 PM
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? DR ASP .Net 2 07-29-2008 09:50 AM
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? DR ASP .Net Building Controls 0 07-29-2008 01:37 AM
is better to open, write, close file than open, write, append, close? Iulian Ilea Javascript 1 12-21-2006 04:32 PM
python+windows/linux -> write stdout text to always on top text? flamesrock Python 5 05-04-2005 06:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57