Hi,

I got a project to write a asp.net web program with C#.
In this project, I have to access our company's data files from from several computers in our office network.

how can I access the network files from a web application?

I used "if (Directory.Exists(path)) { ... }", but always fail.

would please help?

thanks
larry