Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - IO for asp.net

 
Thread Tools Search this Thread
Old 03-05-2005, 11:50 AM   #1
Default IO for asp.net


Hollo,
Can anybody tell me if I can write a web application using:
Imports System.IO

and have a folder in the server where files can be read from or where files
can be created. Im just talking about text files.

Thanks
Willem




willem joubert
  Reply With Quote
Old 03-05-2005, 12:30 PM   #2
Peter Rilling
 
Posts: n/a
Default Re: IO for asp.net
Sure, but you have to add appropriate permissions (ACLs) to the target
folder since IIS has very limited rights.

"willem joubert" <> wrote in message
news:4KednWIb09bkObTfRVn-...
> Hollo,
> Can anybody tell me if I can write a web application using:
> Imports System.IO
>
> and have a folder in the server where files can be read from or where
> files can be created. Im just talking about text files.
>
> Thanks
> Willem
>





Peter Rilling
  Reply With Quote
Old 03-05-2005, 12:33 PM   #3
Wilco Bauwer
 
Posts: n/a
Default Re: IO for asp.net
Yes. Just make sure you give your ASP.NET process the correct
permissions on that folder.

----
- Wilco Bauwer
Blog & Custom Controls @ http://wilcoding.xs4all.nl



Wilco Bauwer
  Reply With Quote
Old 03-05-2005, 06:01 PM   #4
gaidar
 
Posts: n/a
Default Re: IO for asp.net
Just a little addition. Do not forget about security. Make sure that ASP.NET
application could not change any .aspx source file or get access to
protected resources.

"Wilco Bauwer" <> wrote in message
news: oups.com...
> Yes. Just make sure you give your ASP.NET process the correct
> permissions on that folder.
>
> ----
> - Wilco Bauwer
> Blog & Custom Controls @ http://wilcoding.xs4all.nl
>





gaidar
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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