I'm working on a demo that needs to read a file. If the file is located on the machine IIS is running on, it works. I would like to access the file from a server on the network. Using a UNC file name doesn't work because IIS doesn't normally have network access.
I have searched the web but all the hits are over ten years old and not very informative or have links to Microsoft pages that no longer exist.
Does anyway know of a good way to do this?