473,325 Members | 2,342 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,325 software developers and data experts.

page output contains output from another request

jmr
Hi All,

I've found a post in google group about this problem but unfortunately,
there was no answer. Sorry to ask again but maybe the initial poster has
a fix now.

The problem we have with our .net application is that sometimes the
output page contains part of other pages that are being called by
another user using the same server (but with a different login).

Is it a bug with IIS/aspnet ?
Is there a workaround ?

Thanks,
Jean-Michel
Apr 26 '07 #1
2 1131
its a bug in your code. you are probably storing page state in a static,
so one request data overwrites another. most common cause is using a vb
module.

-- bruce (sqlwork.com)

jmr wrote:
Hi All,

I've found a post in google group about this problem but unfortunately,
there was no answer. Sorry to ask again but maybe the initial poster has
a fix now.

The problem we have with our .net application is that sometimes the
output page contains part of other pages that are being called by
another user using the same server (but with a different login).

Is it a bug with IIS/aspnet ?
Is there a workaround ?

Thanks,
Jean-Michel
Apr 26 '07 #2
jmr
bruce barker wrote:
its a bug in your code. you are probably storing page state in a static,
so one request data overwrites another. most common cause is using a vb
module.

-- bruce (sqlwork.com)
Hi Bruce,

Thanks for your answer.
Actually, I'm not storing any page state nor using vb module.
All the code in in the aspx pages.

The (weird) behaviour is as follow:

User 1 is calling an aspx page say page1.aspx
At the same time, user 2 is calling another page say page2.aspx

User 1 get the right output from page1.aspx
User 2 get output from page2.aspx + part of the output of page1.aspx

It is not all the time but it is quite worrying because user 2 does not
have to know what user 1 is doing.

Any idea ?

Regards,
Jean-Michel
Apr 26 '07 #3

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

Similar topics

6
by: Robert Cohen | last post by:
Hi All, I have what is an easy question for you all, but I have not idea (this is in vbscript). I have this script below that works great. It figures out the user logged in and gives the AD...
3
by: Joe Bloggs | last post by:
Does anyone know if its possible to pass parameters or the values of Request.QueryString from a web page to a custom control class? I'm using a C# Web Application. For Example I have Web Page1...
3
by: Janaka | last post by:
Hi All, I'm having a problem with Page Output caching on a page that contains a DataGrid. Basically the page pulls up some data for sales information from the DB. Some of this has to be...
7
by: Ryan Taylor | last post by:
Hi. I have some code that dynamically generates a PDF and spits this content directly to the web browser. I use HTMLDoc to create the Pdf's from html. So the user can click on a button "Print...
18
by: J-T | last post by:
Hi All, There is a picture on the following URL which I want to have it in one of my asp.net pages .I mean I want to embed the content of this page in my own page and get its image.Is there a...
8
by: TS | last post by:
Hi, i have inherited a page from another user. The page is the target frame in a frameset. for some reason the whole page runs twice (page_load, init, etc. all run twice) I can't figure out how...
1
by: Paul | last post by:
Hi all, I've hit a strange problem with my ASP .NET site - occasionally when I go to a page, it will have part of another request's output mixed in with my output. This breaks the HTML on the...
1
by: Reg | last post by:
I have a following code in HttpRequestListener's ProcessRequest method which is a Windows Console Application. I'm trying to read html page with browser (Opera) and html file contains tags to...
2
by: JRough | last post by:
I have this code that switches templates depending on if the user fills in a form with a request. The request asks for the $mark & $number. If that request gets input then it displays a list...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.