473,395 Members | 1,742 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,395 software developers and data experts.

Response cutting off

Hi all,

I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.

Response.Buffer is set to true - is there anything else that would be
causing this?

I'm using ASP .NET 2.0 on a Win 2K3 box.

Thanks,

Paul

Apr 9 '07 #1
8 2064
Is it a large page?

"Paul" <pa*********@gmail.comwrote in message
news:11*********************@n59g2000hsh.googlegro ups.com...
Hi all,

I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.

Response.Buffer is set to true - is there anything else that would be
causing this?

I'm using ASP .NET 2.0 on a Win 2K3 box.

Thanks,

Paul

Apr 10 '07 #2
It's only a 50 KB page, and I've just noticed something really unusual
happening - the page occasionally outputs page output from other
peoples' sessions mixed in with my page output, making the HTML
invalid and potentially exposing other peoples' personal information.
This is really strange and I have no idea how it could be happening.

Thanks,

Paul

On Apr 10, 4:37 am, "Aidy" <a...@noemail.xxxa.comwrote:
Is it a large page?

"Paul" <paul.hes...@gmail.comwrote in message

news:11*********************@n59g2000hsh.googlegro ups.com...
Hi all,
I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.
Response.Buffer is set to true - is there anything else that would be
causing this?
I'm using ASP .NET 2.0 on a Win 2K3 box.
Thanks,
Paul- Hide quoted text -

- Show quoted text -

Apr 10 '07 #3
You could try turning off buffering. I've seen weird behaviour when
buffering larger pages. Not sure about the session leaking though, does
sound odd.

"Paul" <pa*********@gmail.comwrote in message
news:11**********************@p77g2000hsh.googlegr oups.com...
It's only a 50 KB page, and I've just noticed something really unusual
happening - the page occasionally outputs page output from other
peoples' sessions mixed in with my page output, making the HTML
invalid and potentially exposing other peoples' personal information.
This is really strange and I have no idea how it could be happening.

Thanks,

Paul

On Apr 10, 4:37 am, "Aidy" <a...@noemail.xxxa.comwrote:
>Is it a large page?

"Paul" <paul.hes...@gmail.comwrote in message

news:11*********************@n59g2000hsh.googlegr oups.com...
Hi all,
I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.
Response.Buffer is set to true - is there anything else that would be
causing this?
I'm using ASP .NET 2.0 on a Win 2K3 box.
Thanks,
Paul- Hide quoted text -

- Show quoted text -


Apr 10 '07 #4
Most likely it's not a response being cut-off.
It's a bad HTML.
Just make sure that you are closing all open quote or HTML tags.

For example
<input type="text value=adasd>assdfsd

will looked like cut of cause of not closed quote. Open up page in "View
source" to make sure that everything was sent to the browser and last tag is
</HTML>
George.
"Paul" <pa*********@gmail.comwrote in message
news:11*********************@n59g2000hsh.googlegro ups.com...
Hi all,

I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.

Response.Buffer is set to true - is there anything else that would be
causing this?

I'm using ASP .NET 2.0 on a Win 2K3 box.

Thanks,

Paul

Apr 10 '07 #5
Hi George,

It's definitely more than that - the HTML is fine.

As well as the response occasionally cutting off, the page
occasionally outputs output from different requests. I was testing
just before and the page rendered a mixture of output from 3 different
requests. I checked the IIS logs and all 3 requests happened at the
same second. I have no idea why this is happening.

Thanks,

Paul

On Apr 10, 11:57 am, "George Ter-Saakov" <gt-...@cardone.comwrote:
Most likely it's not a response being cut-off.
It's a bad HTML.
Just make sure that you are closing all open quote or HTML tags.

For example
<input type="text value=adasd>assdfsd

will looked like cut of cause of not closed quote. Open up page in "View
source" to make sure that everything was sent to the browser and last tag is
</HTML>

George.

"Paul" <paul.hes...@gmail.comwrote in message

news:11*********************@n59g2000hsh.googlegro ups.com...
Hi all,
I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.
Response.Buffer is set to true - is there anything else that would be
causing this?
I'm using ASP .NET 2.0 on a Win 2K3 box.
Thanks,
Paul- Hide quoted text -

- Show quoted text -

Apr 10 '07 #6
Do any of those requests reference application variables ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Paul" <pa*********@gmail.comwrote in message
news:11**********************@l77g2000hsb.googlegr oups.com...
Hi George,

It's definitely more than that - the HTML is fine.

As well as the response occasionally cutting off, the page
occasionally outputs output from different requests. I was testing
just before and the page rendered a mixture of output from 3 different
requests. I checked the IIS logs and all 3 requests happened at the
same second. I have no idea why this is happening.

Thanks,

Paul

On Apr 10, 11:57 am, "George Ter-Saakov" <gt-...@cardone.comwrote:
>Most likely it's not a response being cut-off.
It's a bad HTML.
Just make sure that you are closing all open quote or HTML tags.

For example
<input type="text value=adasd>assdfsd

will looked like cut of cause of not closed quote. Open up page in "View
source" to make sure that everything was sent to the browser and last tag is
</HTML>

George.

"Paul" <paul.hes...@gmail.comwrote in message

news:11*********************@n59g2000hsh.googlegr oups.com...
Hi all,
I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.
Response.Buffer is set to true - is there anything else that would be
causing this?
I'm using ASP .NET 2.0 on a Win 2K3 box.
Thanks,
Paul- Hide quoted text -

- Show quoted text -


Apr 10 '07 #7
They use the Cache object, but nothing else other than session data.

It's weird, when I view the HTML source, it has excerpts from the
other requests, including 3 closing HTML tags.

It's not like the requests are sharing the same application variables,
but rather somehow the output stream is getting muddled up with the
concurrent requests.

Any ideas?

Thanks,

Paul

On Apr 10, 12:28 pm, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
Do any of those requests reference application variables ?

Juan T. Llibre, asp.net MVP
asp.net faq :http://asp.net.do/faq/
foros de asp.net, en espaņol :http://asp.net.do/foros/
==================================="Paul" <paul.hes...@gmail.comwrote in message

news:11**********************@l77g2000hsb.googlegr oups.com...
Hi George,
It's definitely more than that - the HTML is fine.
As well as the response occasionally cutting off, the page
occasionally outputs output from different requests. I was testing
just before and the page rendered a mixture of output from 3 different
requests. I checked the IIS logs and all 3 requests happened at the
same second. I have no idea why this is happening.
Thanks,
Paul
On Apr 10, 11:57 am, "George Ter-Saakov" <gt-...@cardone.comwrote:
Most likely it's not a response being cut-off.
It's a bad HTML.
Just make sure that you are closing all open quote or HTML tags.
For example
<input type="text value=adasd>assdfsd
will looked like cut of cause of not closed quote. Open up page in "View
source" to make sure that everything was sent to the browser and last tag is
</HTML>
George.
"Paul" <paul.hes...@gmail.comwrote in message
>news:11*********************@n59g2000hsh.googlegr oups.com...
Hi all,
I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.
Response.Buffer is set to true - is there anything else that would be
causing this?
I'm using ASP .NET 2.0 on a Win 2K3 box.
Thanks,
Paul- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -

Apr 10 '07 #8
I really doubt that IIS is at fault here.
That kind of bug would not go unnoticed.

You should look if you caching output of user/server controls I can see how
it gets mixed up if you were not careful specifying caching dependencies.
If you use caching try to disable it and check if it's still going to be
problem.

Also you need to check on how carefully you using static variables in your
application. they must be used in thread neutral way.

George.

"Paul" <pa*********@gmail.comwrote in message
news:11**********************@l77g2000hsb.googlegr oups.com...
Hi George,

It's definitely more than that - the HTML is fine.

As well as the response occasionally cutting off, the page
occasionally outputs output from different requests. I was testing
just before and the page rendered a mixture of output from 3 different
requests. I checked the IIS logs and all 3 requests happened at the
same second. I have no idea why this is happening.

Thanks,

Paul

On Apr 10, 11:57 am, "George Ter-Saakov" <gt-...@cardone.comwrote:
>Most likely it's not a response being cut-off.
It's a bad HTML.
Just make sure that you are closing all open quote or HTML tags.

For example
<input type="text value=adasd>assdfsd

will looked like cut of cause of not closed quote. Open up page in "View
source" to make sure that everything was sent to the browser and last tag
is
</HTML>

George.

"Paul" <paul.hes...@gmail.comwrote in message

news:11*********************@n59g2000hsh.googlegr oups.com...
Hi all,
I'm probably missing something obvious here, but occasionally the
response stream for pages on my site is cutting off leaving incomplete
HTML and an ugly page.
Response.Buffer is set to true - is there anything else that would be
causing this?
I'm using ASP .NET 2.0 on a Win 2K3 box.
Thanks,
Paul- Hide quoted text -

- Show quoted text -


Apr 10 '07 #9

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

Similar topics

5
by: Liberal | last post by:
I am looking for the simplest forum, bbs script which has those features? new messages will be displayed only after the administrator reviewed allow users post without signing up display the...
2
by: David Union | last post by:
Hi. I'm posting this here because I don't know exactly what the best group is. This is for an aspx page with Visual Basic as the code-behind page. I am doing very simple code... in the middle...
10
by: MLH | last post by:
Below is a snippet I found and am trying to experiment with. Unfortunately, there's a compile time error in A97 complaining that "Response" (in line #1) is an undefined variable. I'm unsure what...
12
by: Jim Rodgers | last post by:
I have a big asp file that has an error under certain conditions -- totally repeatable. However, it only fails when I set response.buffer = True at the top. WHen I set it False in order to debug...
0
by: paul.hester | last post by:
Hi all, I'm probably missing something obvious here, but occasionally the response stream for pages on my site is cutting off leaving incomplete HTML and an ugly page. Response.Buffer is set...
4
by: Matt Haggard | last post by:
I'm using PIL (Python Imaging Library) to generate button images. They consist of a left end image, a middle, repeating image and a right side image.... anyway, that's not important I'm using a...
5
by: Roger | last post by:
I have a siebel crm application thats cutting and archiving logs every minute. Here is the db cfg Log buffer size (4KB) (LOGBUFSZ) = 512 Log file size (4KB) ...
6
by: James Dow Allen | last post by:
On May 7, 11:24 pm, sophia <sophia.ag...@gmail.comwrote: Contrary to a suggestion in this thread, the straightforward solution to this puzzle is not of exponential complexity, but rather N^3/3....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.