We are building a Razor Page WebApp that we need our users to be able to download files stored on our server. File path looks like this
//server_name/Databases/PDF_Files/2022-01-01-Invoice.pdf
All the files are on our server. When I put the path in the browser, I am able to view it in the browser.
With the absolute path available, what would be the best way to implement this? A simple code snippet would be much appreciated.