Migrating from IIS5 to IIS6 we discover that IIS systematically truncate output to an excel object.
Our programmers gave me the example code listed below.
That it seems to happen with very long output contents.
Any idea about this problem?
<% Response.Buffer = true
Response.ContentType = "application/vnd.ms-excel" %>
Our programmers gave me the example code listed below.
That it seems to happen with very long output contents.
Any idea about this problem?
<% Response.Buffer = true
Response.ContentType = "application/vnd.ms-excel" %>