Accessing folders outside of ASP.Net website

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
 
L

Laurent Bugnion

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top