I have an ASP.NET MVC web app located in c:\inetpub\sites\website
Within it, I have an option to download PDF files.
The PDF files are stored elsewhere e.g. c:\data\pdffiles
Can I read then from the c:\data\pdffiles folder from within my web app if I set the correct permissions with
IIS APPPOOL{Application pool name}
Regards