IO for asp.net

  • Thread starter Thread starter willem joubert
  • Start date Start date
W

willem joubert

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
 
Sure, but you have to add appropriate permissions (ACLs) to the target
folder since IIS has very limited rights.
 
Yes. Just make sure you give your ASP.NET process the correct
permissions on that folder.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top