ASP.Net MVC - AdoDB
I used to upload and download from the web server where I published my files in this way, it worked correctly.
Server.MapPath("~/UploadedFiles/pdfDocuments/");
But now, I want to send them to another route outside the web server, inside a network directory (shared folder). I need your help because I already tried this:
Server.MapPath(@"\sharedfolder\UploadedFiles\pdfDocuments\");