I am currently building my project locally using MVC.
The user enters some search information and is presented with a link to download a file in Vox format that exists somewhere else on the network.
That other server has a shared drive with authentication.
I need to have my controller grab that file and spit it out to the client for download.
What is the best approach?
Thanks!