Hi, users are unable to download files (mostly ms office and pdf documents) from our website using IE 10. Older versions of IE, and chrome and firefox work to download the files, but in IE 10 the file is always "interrupted" before it finishes. Changing the browser mode to IE 9 says that the download was interrupted as well, but changing to IE 8 allows the file to be downloaded.
Our website is written in asp.net webforms, and performs the download by doing a call to the method Response.WriteFile(string filename), after adding a header to the response for the Content-Disposition to set the filename, size, creation-date, modification-date, and read-date properties.
Is there something that we need to change on our end in the web code, or is there a setting in the IE 10 client that has to be changed? Thanks in advance.