In my asp.net project some files are located in the one of folders of the web site. Direct links are provided for users to download that. It works fine until size of file not big (few Mb) but downloading file ~250Mb throws OutOfMemoryException. There is no actions/code to manage this process. It is just direct link to file, something like css or js file in Content folder.
Any idea how to fix it?