Re: aspx/html file bigger than 170KB truncated

From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 01/27/05


Date: Thu, 27 Jan 2005 07:33:25 -0800

Hi,

Do you have any custom ISAPI filters enabled on the server?
Do you have Zone Alarm installed on this machine? We've seen some strange
problems with IIS and Zone Alarm that looks similar to what you see.

-- 
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com
z. f. wrote:
> hi,
>
> i have a vb.net web application and i make a request using internet 
explorer to an aspx page.
> the aspx page size if over 170KB, and the page in internet explorer 
looks truncated and in the view-source the text/html is truncated in the 
middle of a line. the last line looks like that:
>    <td with
>
> and that's it.
>
> i checked the HTTP headers and saw that the aspx page have a 
Transfer-Encoding: chunked header, while asp page that have the same logic 
and is not traucated (it's smaller - about 80KB) does not have this header.
>
>
> can anyone help with this issue:
> a. how can i, in order to check if this is the source of the problem, 
disable the chunked transfer encoding of the aspx page.
> b. what might be the problem?
>
> i guess it is not client (iexplore) replated problem, but it might be a 
problem with the receiver of the data and not with the sender (IIS ) of 
the data.
>
> TIA, z.


Relevant Pages

  • Re: aspx/html file bigger than 170KB truncated
    ... Do you have Zone Alarm installed on this machine? ... problems with IIS and Zone Alarm that looks similar to what you see. ... explorer to an aspx page. ... and is not traucated does not have this header. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: aspx/html file bigger than 170KB truncated
    ... Do you have Zone Alarm installed on this machine? ... problems with IIS and Zone Alarm that looks similar to what you see. ... explorer to an aspx page. ... and is not traucated does not have this header. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: WebDav and Excel doesnt work
    ... WebDAV and Authentication built into IIS should easily solve this problem ... Ricardo Almeida "David Wang " wrote:> If you are trying to make the ASPX page secure access to the .DOC and .XLS> files, then simply put the .DOC and .XLS files OUTSIDE of the website so> that they are completely inaccessible via a URL, and then write the ASPX> page to open and stream those file content > to the browser. ... > The fact that directory browsing affects behavior suggests that you have at> least some coding errors in your ASPX page that relies on URL-based access> to obtain the content> ... opens the file> and return it to the client... ...
    (microsoft.public.inetserver.iis)
  • Re: How to... (ASP.NET / IIS 6.0 Newbie Question)
    ... The reason is because your code is in ASP.Net, and IIS needs to know to ... extensions, you can add Application Scriptmap for just those extensions and ... I have an ASP.NET app with aspx pages as the front end. ...
    (microsoft.public.inetserver.iis)
  • Re: Access Denied trying to do quick editing
    ... I'm currently editing ASP files, not aspx... ... My server is set up with the OS on drive C: and a seperate data drive D: ... IIS is configured to map URL to the local ASPX files via a local ... VS.Net is on a separate machine from the server and accesses the ASPX ...
    (microsoft.public.dotnet.framework.aspnet)