Configure ASP.NET Application to Read Mapped Network Drive
Posted
by
Bob
on Server Fault
See other posts from Server Fault
or by Bob
Published on 2011-02-27T06:09:31Z
Indexed on
2011/02/27
7:26 UTC
Read the original article
Hit count: 543
Is it possible to configure an ASP.NET application under IIS 7 so it can read files stored in a mapped network drive? I'm not trying to serve up the contents of the drive. I simply need to read the contents within the ASP.NET application. I've searched the Web and haven't really found a solid answer. The questions in my mind are:
- Is this possible via configuration (i.e. I cannot modify the client code)?
- If so, what are the step by step instructions.
If it is not possible, I'm fine with that. I already know UNC paths work but using them drastically changes the work flow.
Thanks!
Bobby
© Server Fault or respective owner