473,804 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP pages are stuck

We run a website with pages that are created using ASP. The website is
used by different people from different networks. For some people, the
pages are stuck. It looks like the were able to open the page, but it
is not displayed on their browser. We think that it might be something
to do with their proxy. Does anybody know how to solve this problem?
Jul 19 '05 #1
3 2357
could be a proxy issue, but without more detail I don't think anyone's
going to be able to offer much of a solution.

for instance, what does 'stuck' mean? do they get timeouts, or just a
blank page? what browser and platform are they using? do they have a
slow connection? is the site personalised, and therefore generated based
on who's accessing? if so, have you tried logging in with their
credentials? could be any number of things, y'see.

_______________ _______________ __________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonk...trax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #2
Hi,

Thanks for the help.
Stuck is sometimes empty page, sometimes the page reaches timeout and
sometimes it takes 30 seconds to get the page displayed.
They use Windows with IE 6.
They have a T1 connection.
The pages are generated automatically according to the user's
preferences, using ASP and reading from a database. It's not a problem
of site performance, since most users don't experience the problem.
When I login with their user name form my system, which is separate, I
get all the pages fast.

Atrax <at***@dontspam atrax.co.uk> wrote in message news:<uo******* *******@TK2MSFT NGP12.phx.gbl>. ..
could be a proxy issue, but without more detail I don't think anyone's
going to be able to offer much of a solution.

for instance, what does 'stuck' mean? do they get timeouts, or just a
blank page? what browser and platform are they using? do they have a
slow connection? is the site personalised, and therefore generated based
on who's accessing? if so, have you tried logging in with their
credentials? could be any number of things, y'see.

_______________ _______________ __________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonk...trax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #3
try sprinkling response.flush around in the asp code. see if you get some
stuff fast, and if it hangs on other stuff.

"Yeren" <ya*****@usa.ne t> wrote in message
news:38******** *************** **@posting.goog le.com...
Hi,

Thanks for the help.
Stuck is sometimes empty page, sometimes the page reaches timeout and
sometimes it takes 30 seconds to get the page displayed.
They use Windows with IE 6.
They have a T1 connection.
The pages are generated automatically according to the user's
preferences, using ASP and reading from a database. It's not a problem
of site performance, since most users don't experience the problem.
When I login with their user name form my system, which is separate, I
get all the pages fast.

Atrax <at***@dontspam atrax.co.uk> wrote in message

news:<uo******* *******@TK2MSFT NGP12.phx.gbl>. ..
could be a proxy issue, but without more detail I don't think anyone's
going to be able to offer much of a solution.

for instance, what does 'stuck' mean? do they get timeouts, or just a
blank page? what browser and platform are they using? do they have a
slow connection? is the site personalised, and therefore generated based
on who's accessing? if so, have you tried logging in with their
credentials? could be any number of things, y'see.

_______________ _______________ __________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonk...trax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #4

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

Similar topics

5
2282
by: ywg | last post by:
I'm generating an image using several PHP image routines: imagecreatefromjpeg, imagejpeg, etc. The PHP file containing these routines is meant to be included on web pages just like regular images, such as: <img src="image.php">. So far, all this works beautifully. Where I'm stuck is that I'd like to keep other web sites from including my image on remote web pages. I want the image to only display when rendered on pages from my web...
6
1574
by: Brad Tilley | last post by:
Is there a way to make urllib or urllib2 read all of the pages on a Web site? For example, say I wanted to read each page of www.python.org into separate strings (a string for each page). The problem is that I don't know how many pages are at www.python.org. How can I handle this? Thanks, Brad
1
3587
by: owyn | last post by:
Our work group has migrated to the .NET environment from some differing back grounds. I am the newest member of the group so I am stuck with the ASPX pages. I am doing the code behind in C#. Our current users want to print the data in the tables and data grids from the ASPX pages. This leads to some problems with lines being cut in two with both data grids and tables at page breaks. Would someone point me to a good article on formatting for...
21
2982
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have updated this system and changed the pages that are saved to the server as aspx - everything works fine and pages can be served - but Its not impossible for a single client to request 100 plus pages in one session - as each page is requested it is...
0
1174
by: Greg | last post by:
Hi, I'm trying to use the TreeView control in .NET 2.0 along with master pages and have encountered a problem. I have a master page for my site... pretty standard... on that page I have my treeview wrapped inside a <FORM> because it is required that reads from a .sitemap file. However - on one of my pages I want to have a contact form... but I can only have 1 form on a page. On my other pages I do not want to have a contact form.
17
3166
by: Rob R. Ainscough | last post by:
Again another simple concept that appears NOT to be intuitive or I'm just stupid. I've read the WROX book and the example doesn't actually show how the .master page links in the other content pages? Kinda sorta a critical point no? Am I missing something? Rob. P.S. the day I find a book that actually is useful rather than just a
0
1041
by: twistedinferno | last post by:
I have upgraded an application from asp.net 1.1 to asp.net 2 (VS 2005). The problem with this is I had a number of declared controls in base pages. In the base pages I use the events of the controls and also override functions that interact with these controls. It sounds a little complicated but works very well. My problem is I can't seem to do this in asp.net 2 because it uses partial classes for the control declaration and won't let...
7
8733
by: xkeops | last post by:
Thinking of creating a website, most of the pages will have a general toolbar menu, a content and a footer. The content will be the only one who's gonna change but the rest (header,footer) will remain the same. I am interested to know your opinions/suggestions in finding an easy way of doing it. In asp one could have something like this:
5
2710
by: SoulTek | last post by:
Hi All I have inherrited a local intranet site at a company I'm outsourced to. It has been working fine for some time but three weeks ago stopped accepting certain input from users on spacific pages. These pages require user input and are used by supervisors to request user function updates on our mainframe. Our Intranet server is Windows 2000 SP4 (Fully patched) Running IIS 5.0/ASP 3.0 Server Extentions 5.0.2.2623. SharePoint is...
0
9595
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10354
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9177
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5675
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4314
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3837
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3005
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.