How to get file from disk and write it to response?
We have some files on disk, and I want to allow logged users to download them.
I restricted access to them via direct link, so I just need how to get them from disk and give them to users via asp.net application.
Thanks