Problems with Response.TransmitFile, Response.End and IE
问题 I am developing an ASP.NET app which at one point sends a file to the user, using Response.TransmitFile. It works fine on my dev machine, and when I deploy it to the test servers it still works on two of them; in one of the servers though (W2K3) it only works on Firefox, when I try it on IE7 I get an error like "Internet Explorer cannot open file sendfile.aspx on (server name)". I've created a small inline aspx page to repro the problem, here it is: <%@ Page Language="C#" %> <html><head>