473,394 Members | 1,696 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

IIS / ASP Stops Sending Data to the Browser

Hi

This is a really weird problem. We have a website that has been running for
about six months with no problems. We have recently moved it to a new
server with a new ISP. The server is of a much higher specification as is
the bandwidth etc. offered by the ISP.

The move went smoothly although some users are reporting problems with a
couple of ASPs that return large amounts of HTML e.g. 1181170 bytes (I just
checked or 13464 bytes on another page). They report, (and I have witnessed
it myself on a couple of occasions), that the page fails to load. When I
encountered the problem I viewed the source and could see that about half of
the HTML had been sent to me. The HTML data is displayed in a table so
because the </table> had not been received IE did not render any of it.

Has anyone else experienced a problem of this nature? I am not sure where
the problem lies although I have to assume that there is something wrong
with the configuration of the new server as it worked perfectly on the old
server.

Regards

David M

P.S. Is there a size limit to the resulting output of an ASP?
Jul 19 '05 #1
4 1883
Hello All

I have done some more research on this after Aaron suggested that there
might be a problem with a recent IE fix that effectively presses the Stop
button for you.

I have tried this on several different PCs and they all act this way.
Interestingly, but not surprisingly, Netscape actually displays the partial
result set table and stops where the HTML stops despite not having received
the end table tag.

I am not sure if I have done this right, but when I right-click properties
in IE the reported size of the page is 53316 bytes, whilst if I view source
and save what's there as a text file, the file size is 59353 bytes.

It would seem like the server is miscalculating the content-length or
something and then the browser stops requesting data after (+/- a bit), it
has reached the reported length.

Any help on this would be gratefully appreciated.

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:eA****************@TK2MSFTNGP09.phx.gbl...
Hi

This is a really weird problem. We have a website that has been running for about six months with no problems. We have recently moved it to a new
server with a new ISP. The server is of a much higher specification as is
the bandwidth etc. offered by the ISP.

The move went smoothly although some users are reporting problems with a
couple of ASPs that return large amounts of HTML e.g. 1181170 bytes (I just checked or 13464 bytes on another page). They report, (and I have witnessed it myself on a couple of occasions), that the page fails to load. When I
encountered the problem I viewed the source and could see that about half of the HTML had been sent to me. The HTML data is displayed in a table so
because the </table> had not been received IE did not render any of it.

Has anyone else experienced a problem of this nature? I am not sure where
the problem lies although I have to assume that there is something wrong
with the configuration of the new server as it worked perfectly on the old
server.

Regards

David M

P.S. Is there a size limit to the resulting output of an ASP?

Jul 19 '05 #2
Although I have not fixed this problem I have found that if you uncheck the
"Enable Buffering" checkbox in the website property pages, the page is
served and appears as required.

Unfortunately this also seems to have made a significant effect on the
performance / display speed of the pages. I leave "Enable Buffering" on
because I know this can significantly improve performance.

I am concerned now as this solution is not a solution really but a work
around which costs my visitors and server an extra headache.

Does this information give anyone any ideas as to the root of the problem?

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:OR****************@TK2MSFTNGP09.phx.gbl...
Hello All

I have done some more research on this after Aaron suggested that there
might be a problem with a recent IE fix that effectively presses the Stop
button for you.

I have tried this on several different PCs and they all act this way.
Interestingly, but not surprisingly, Netscape actually displays the partial result set table and stops where the HTML stops despite not having received the end table tag.

I am not sure if I have done this right, but when I right-click properties
in IE the reported size of the page is 53316 bytes, whilst if I view source and save what's there as a text file, the file size is 59353 bytes.

It would seem like the server is miscalculating the content-length or
something and then the browser stops requesting data after (+/- a bit), it
has reached the reported length.

Any help on this would be gratefully appreciated.

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:eA****************@TK2MSFTNGP09.phx.gbl...
Hi

This is a really weird problem. We have a website that has been running for
about six months with no problems. We have recently moved it to a new
server with a new ISP. The server is of a much higher specification as is the bandwidth etc. offered by the ISP.

The move went smoothly although some users are reporting problems with a
couple of ASPs that return large amounts of HTML e.g. 1181170 bytes (I

just
checked or 13464 bytes on another page). They report, (and I have

witnessed
it myself on a couple of occasions), that the page fails to load. When I encountered the problem I viewed the source and could see that about half of
the HTML had been sent to me. The HTML data is displayed in a table so
because the </table> had not been received IE did not render any of it.

Has anyone else experienced a problem of this nature? I am not sure

where the problem lies although I have to assume that there is something wrong
with the configuration of the new server as it worked perfectly on the old server.

Regards

David M

P.S. Is there a size limit to the resulting output of an ASP?


Jul 19 '05 #3
The enable buffering did not fix the problem and it would seem that someone
else has reported this problem.

http://tinyurl.com/3apz4

No fix posted unfortunately, but at least this proves I am not making this
up.

Have reinstalled IIS, SP4 etc. but no change.
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:Om****************@TK2MSFTNGP09.phx.gbl...
Although I have not fixed this problem I have found that if you uncheck the "Enable Buffering" checkbox in the website property pages, the page is
served and appears as required.

Unfortunately this also seems to have made a significant effect on the
performance / display speed of the pages. I leave "Enable Buffering" on
because I know this can significantly improve performance.

I am concerned now as this solution is not a solution really but a work
around which costs my visitors and server an extra headache.

Does this information give anyone any ideas as to the root of the problem?

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:OR****************@TK2MSFTNGP09.phx.gbl...
Hello All

I have done some more research on this after Aaron suggested that there
might be a problem with a recent IE fix that effectively presses the Stop
button for you.

I have tried this on several different PCs and they all act this way.
Interestingly, but not surprisingly, Netscape actually displays the partial
result set table and stops where the HTML stops despite not having

received
the end table tag.

I am not sure if I have done this right, but when I right-click properties in IE the reported size of the page is 53316 bytes, whilst if I view

source
and save what's there as a text file, the file size is 59353 bytes.

It would seem like the server is miscalculating the content-length or
something and then the browser stops requesting data after (+/- a bit), it has reached the reported length.

Any help on this would be gratefully appreciated.

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:eA****************@TK2MSFTNGP09.phx.gbl...
Hi

This is a really weird problem. We have a website that has been running
for
about six months with no problems. We have recently moved it to a new
server with a new ISP. The server is of a much higher specification

as is the bandwidth etc. offered by the ISP.

The move went smoothly although some users are reporting problems with
a couple of ASPs that return large amounts of HTML e.g. 1181170 bytes (I just
checked or 13464 bytes on another page). They report, (and I have

witnessed
it myself on a couple of occasions), that the page fails to load. When I encountered the problem I viewed the source and could see that about half
of
the HTML had been sent to me. The HTML data is displayed in a table so
because the </table> had not been received IE did not render any of

it.
Has anyone else experienced a problem of this nature? I am not sure

where the problem lies although I have to assume that there is something wrong with the configuration of the new server as it worked perfectly on the old server.

Regards

David M

P.S. Is there a size limit to the resulting output of an ASP?



Jul 19 '05 #4
When I add Response.Flush to the ASP, before the bit where the results are
displayed the whole page does download. Does this make any sense to anyone?

More info on this discussion can be found here, I have this thread going in
IIS ng too. http://tinyurl.com/ythgt.
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
The enable buffering did not fix the problem and it would seem that someone else has reported this problem.

http://tinyurl.com/3apz4

No fix posted unfortunately, but at least this proves I am not making this
up.

Have reinstalled IIS, SP4 etc. but no change.
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:Om****************@TK2MSFTNGP09.phx.gbl...
Although I have not fixed this problem I have found that if you uncheck the
"Enable Buffering" checkbox in the website property pages, the page is
served and appears as required.

Unfortunately this also seems to have made a significant effect on the
performance / display speed of the pages. I leave "Enable Buffering" on
because I know this can significantly improve performance.

I am concerned now as this solution is not a solution really but a work
around which costs my visitors and server an extra headache.

Does this information give anyone any ideas as to the root of the problem?

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:OR****************@TK2MSFTNGP09.phx.gbl...
Hello All

I have done some more research on this after Aaron suggested that there might be a problem with a recent IE fix that effectively presses the Stop button for you.

I have tried this on several different PCs and they all act this way.
Interestingly, but not surprisingly, Netscape actually displays the

partial
result set table and stops where the HTML stops despite not having

received
the end table tag.

I am not sure if I have done this right, but when I right-click properties in IE the reported size of the page is 53316 bytes, whilst if I view

source
and save what's there as a text file, the file size is 59353 bytes.

It would seem like the server is miscalculating the content-length or
something and then the browser stops requesting data after (+/- a bit), it
has reached the reported length.

Any help on this would be gratefully appreciated.

Regards

David
"David Morgan" <da***@davidmorgan.me.uk> wrote in message
news:eA****************@TK2MSFTNGP09.phx.gbl...
> Hi
>
> This is a really weird problem. We have a website that has been running for
> about six months with no problems. We have recently moved it to a
new > server with a new ISP. The server is of a much higher specification
as
is
> the bandwidth etc. offered by the ISP.
>
> The move went smoothly although some users are reporting problems with a > couple of ASPs that return large amounts of HTML e.g. 1181170 bytes
(I just
> checked or 13464 bytes on another page). They report, (and I have
witnessed
> it myself on a couple of occasions), that the page fails to load.

When
I
> encountered the problem I viewed the source and could see that about

half
of
> the HTML had been sent to me. The HTML data is displayed in a table so > because the </table> had not been received IE did not render any of

it. >
> Has anyone else experienced a problem of this nature? I am not sure

where
> the problem lies although I have to assume that there is something wrong > with the configuration of the new server as it worked perfectly on

the old
> server.
>
> Regards
>
> David M
>
> P.S. Is there a size limit to the resulting output of an ASP?
>
>



Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Gregor Rot | last post by:
Hi, i am sending a pdf file to IE6 and just want the browser to open it directly without asking anything. This doesn't work: Content-type: application/pdf Content-length: size_of_file...
3
by: jdemello | last post by:
When using a multidimensional associative array to cross-reference data in a second, single-dimensional array, PHP stops processing data after a few iterations. Memory usage according to the task...
0
by: Walt | last post by:
I'm running SQL Server 2000 SP2 transactional replication. Periodically replication fails due to primary key errors. On investigation I find that the offending transaction is attempting to insert...
0
by: Jay Bienvenu | last post by:
I'm having a very strange problem that currently defies explanation. I use the code below to send a status report to a client. The intent is to send the user the report via fax using WinFax and/or...
5
by: Vishal | last post by:
Hello, I already asked this question in the ASP.NET forums, but no help came. So I am hoping that somebody can help me out. This is really very URGENT me. For my e-commerce application, I...
0
by: Michael Bredbury | last post by:
Dear All I am developing a web site in VS 2002 using VB.NET and ASP.NET which uses a client side ActiveX control in the web-browser to perform tasks such as determining what MS Office products...
7
by: John Bailo | last post by:
I wrote a c# web service that sends an XmlDocument as a return type. When I run it on a w2k iis machine, it takes 35s to 45s to send the data to a client (I wrote a smart client c# app to consume...
7
by: D. Patrick | last post by:
I need to duplicate the functionality of a java applet, and how it connects to a remote server. But, I don't have the protocol information or the java source code which was written years ago. ...
5
by: ofiras | last post by:
Hi everyone, As far as I know, you cannot connect directly to a SQL Server database from a web browser application because of the security restrictions. Is there any other way to connect to a SQL...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.