aspx/html file bigger than 170KB truncated
From: z. f. (zigi_at_info-scopeREMSPAM.co.il)
Date: 01/27/05
- Next message: Ken Schaefer: "Re: Default page does not accept POST data"
- Previous message: Kristofer Gafvert: "Re: 2 web servers"
- Next in thread: Kristofer Gafvert: "Re: aspx/html file bigger than 170KB truncated"
- Reply: Kristofer Gafvert: "Re: aspx/html file bigger than 170KB truncated"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 Jan 2005 12:43:32 +0200
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.
- Next message: Ken Schaefer: "Re: Default page does not accept POST data"
- Previous message: Kristofer Gafvert: "Re: 2 web servers"
- Next in thread: Kristofer Gafvert: "Re: aspx/html file bigger than 170KB truncated"
- Reply: Kristofer Gafvert: "Re: aspx/html file bigger than 170KB truncated"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|