Accessing folders outside of ASP.Net website

  • Thread starter Thread starter bdtmike
  • Start date Start date
B

bdtmike

This is a dumb newbie questions:
I have an asp.net 2.0 website that needs to access a folder out on
another server. It needs to look at this folder and process files
which are uploaded by another program. What is the proper way to doing
this? Is it a virtual folder that I need?

Thanks in advance

-Mike
 
Hi,
This is a dumb newbie questions:
I have an asp.net 2.0 website that needs to access a folder out on
another server. It needs to look at this folder and process files
which are uploaded by another program. What is the proper way to doing
this? Is it a virtual folder that I need?

Thanks in advance

-Mike

Using the System.IO classes, you can access the file system, including
the network, but the ASPNET user must have the corresponding permissions.

HTH,
Laurent
 

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