473,960 Members | 3,692 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP hang on XP IIS 5.1

The problem:

We have ASP application that uses WSC as data access tier
to SQL Server, and it runs well on windows 2000 server
IIS 5.0.
When we install the application on XP with IIS 5.1 the
browser hang from time to time.
When testing with a network sniffer we found out that
sometimes the browser request an ASP page and don't get a
response from the server.
When the browser hangs there are no errors in the event
log and the appication is working from another browser.
It's not a specific ASP page that stops responding, but
it usually happens after the browser is left for few
minutes without clicking (even though the session is not
over yet).
there are not 3rd party objects in the server,
and we made sure that we used server side objects.
It seems that after upgrading the script engine in the XP
to 6.5.0.8515 the problem disappears.

Is there a know problem with the script engine 5.6.0.6626
that ships with XP? Or did we make a mistake in the ASP
scripts?

We need to explain something to our customers.

Thanks
Ido Zur

Jul 19 '05 #1
5 1806
Are you using the FSO in these pages that hang?
http://www.aspfaq.com/show.asp?id=2180

Ray at work

"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in message
news:2d******** *************** *****@phx.gbl.. .
The problem:

We have ASP application that uses WSC as data access tier
to SQL Server, and it runs well on windows 2000 server
IIS 5.0.
When we install the application on XP with IIS 5.1 the
browser hang from time to time.
When testing with a network sniffer we found out that
sometimes the browser request an ASP page and don't get a
response from the server.
When the browser hangs there are no errors in the event
log and the appication is working from another browser.
It's not a specific ASP page that stops responding, but
it usually happens after the browser is left for few
minutes without clicking (even though the session is not
over yet).
there are not 3rd party objects in the server,
and we made sure that we used server side objects.
It seems that after upgrading the script engine in the XP
to 6.5.0.8515 the problem disappears.

Is there a know problem with the script engine 5.6.0.6626
that ships with XP? Or did we make a mistake in the ASP
scripts?

We need to explain something to our customers.

Thanks
Ido Zur

Jul 19 '05 #2
No FSO, and on the test machine we don't have anti virus
as well, just clean XP SP1 with SQL server 2000 SP3 and
Java machine from Sun.

thanks

Ido
-----Original Message-----
Are you using the FSO in these pages that hang?
http://www.aspfaq.com/show.asp?id=2180

Ray at work

"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in messagenews:2d******* *************** ******@phx.gbl. ..
The problem:

We have ASP application that uses WSC as data access tier to SQL Server, and it runs well on windows 2000 server
IIS 5.0.
When we install the application on XP with IIS 5.1 the
browser hang from time to time.
When testing with a network sniffer we found out that
sometimes the browser request an ASP page and don't get a response from the server.
When the browser hangs there are no errors in the event
log and the appication is working from another browser.
It's not a specific ASP page that stops responding, but
it usually happens after the browser is left for few
minutes without clicking (even though the session is not over yet).
there are not 3rd party objects in the server,
and we made sure that we used server side objects.
It seems that after upgrading the script engine in the XP to 6.5.0.8515 the problem disappears.

Is there a know problem with the script engine 5.6.0.6626 that ships with XP? Or did we make a mistake in the ASP
scripts?

We need to explain something to our customers.

Thanks
Ido Zur

.

Jul 19 '05 #3
Okay, then we'll have to see a relevant code snippet that is causing the
hang.

Ray at work

"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in message
news:2e******** *************** *****@phx.gbl.. .
No FSO, and on the test machine we don't have anti virus
as well, just clean XP SP1 with SQL server 2000 SP3 and
Java machine from Sun.

thanks

Ido
-----Original Message-----
Are you using the FSO in these pages that hang?
http://www.aspfaq.com/show.asp?id=2180

Ray at work

"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in

message
news:2d******* *************** ******@phx.gbl. ..
The problem:

We have ASP application that uses WSC as data access tier to SQL Server, and it runs well on windows 2000 server
IIS 5.0.
When we install the application on XP with IIS 5.1 the
browser hang from time to time.
When testing with a network sniffer we found out that
sometimes the browser request an ASP page and don't get a response from the server.
When the browser hangs there are no errors in the event
log and the appication is working from another browser.
It's not a specific ASP page that stops responding, but
it usually happens after the browser is left for few
minutes without clicking (even though the session is not over yet).
there are not 3rd party objects in the server,
and we made sure that we used server side objects.
It seems that after upgrading the script engine in the XP to 6.5.0.8515 the problem disappears.

Is there a know problem with the script engine 5.6.0.6626 that ships with XP? Or did we make a mistake in the ASP
scripts?

We need to explain something to our customers.

Thanks
Ido Zur

.

Jul 19 '05 #4
Dear Ray

we don't know where to look for. we have an empty ASP
page that we call every 5 mintures just to refresh the
session timer, and even this page hangs occasionaly.

the only clue is that Pat from the "General" IIS newgroup
read the output of the IISState utility and said that the
threads are working fines but there is an ASP thread that
is trying to cleanup something and it waits.

and of course the fact that the update script engine made
the problem disapear.

thanks

Ido Zur
-----Original Message-----
Okay, then we'll have to see a relevant code snippet that is causing thehang.

Ray at work

"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in messagenews:2e******* *************** ******@phx.gbl. ..
No FSO, and on the test machine we don't have anti virus as well, just clean XP SP1 with SQL server 2000 SP3 and
Java machine from Sun.

thanks

Ido
>-----Original Message-----
>Are you using the FSO in these pages that hang?
>http://www.aspfaq.com/show.asp?id=2180
>
>Ray at work
>
>"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in
message
>news:2d******* *************** ******@phx.gbl. ..
>> The problem:
>>
>> We have ASP application that uses WSC as data access

tier
>> to SQL Server, and it runs well on windows 2000
server >> IIS 5.0.
>> When we install the application on XP with IIS 5.1 the >> browser hang from time to time.
>> When testing with a network sniffer we found out that >> sometimes the browser request an ASP page and don't

get a
>> response from the server.
>> When the browser hangs there are no errors in the event >> log and the appication is working from another browser. >> It's not a specific ASP page that stops responding, but >> it usually happens after the browser is left for few
>> minutes without clicking (even though the session is

not
>> over yet).
>> there are not 3rd party objects in the server,
>> and we made sure that we used server side objects.
>> It seems that after upgrading the script engine in the XP
>> to 6.5.0.8515 the problem disappears.
>>
>> Is there a know problem with the script engine

5.6.0.6626
>> that ships with XP? Or did we make a mistake in the

ASP >> scripts?
>>
>> We need to explain something to our customers.
>>
>> Thanks
>> Ido Zur
>>
>
>
>.
>

.

Jul 19 '05 #5
Well, I think that one of the first things you have to examine is the code.
Are there any loops? Is it the same page all the time? Aside from the code
and your network sniffing, it couldn't hurt to [re]install service packs and
things like that, as well.

Ray at work

<an*******@disc ussions.microso ft.com> wrote in message
news:63******** *************** *****@phx.gbl.. .
Dear Ray

we don't know where to look for. we have an empty ASP
page that we call every 5 mintures just to refresh the
session timer, and even this page hangs occasionaly.

the only clue is that Pat from the "General" IIS newgroup
read the output of the IISState utility and said that the
threads are working fines but there is an ASP thread that
is trying to cleanup something and it waits.

and of course the fact that the update script engine made
the problem disapear.

thanks

Ido Zur
-----Original Message-----
Okay, then we'll have to see a relevant code snippet

that is causing the
hang.

Ray at work

"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in

message
news:2e******* *************** ******@phx.gbl. ..
No FSO, and on the test machine we don't have anti virus as well, just clean XP SP1 with SQL server 2000 SP3 and
Java machine from Sun.

thanks

Ido
>-----Original Message-----
>Are you using the FSO in these pages that hang?
>http://www.aspfaq.com/show.asp?id=2180
>
>Ray at work
>
>"Ido Zur" <an*******@disc ussions.microso ft.com> wrote in message
>news:2d******* *************** ******@phx.gbl. ..
>> The problem:
>>
>> We have ASP application that uses WSC as data access
tier
>> to SQL Server, and it runs well on windows 2000 server >> IIS 5.0.
>> When we install the application on XP with IIS 5.1 the >> browser hang from time to time.
>> When testing with a network sniffer we found out that >> sometimes the browser request an ASP page and don't
get a
>> response from the server.
>> When the browser hangs there are no errors in the event >> log and the appication is working from another browser. >> It's not a specific ASP page that stops responding, but >> it usually happens after the browser is left for few
>> minutes without clicking (even though the session is
not
>> over yet).
>> there are not 3rd party objects in the server,
>> and we made sure that we used server side objects.
>> It seems that after upgrading the script engine in the XP
>> to 6.5.0.8515 the problem disappears.
>>
>> Is there a know problem with the script engine
5.6.0.6626
>> that ships with XP? Or did we make a mistake in the ASP >> scripts?
>>
>> We need to explain something to our customers.
>>
>> Thanks
>> Ido Zur
>>
>
>
>.
>

.

Jul 19 '05 #6

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

Similar topics

0
1848
by: dyw55a | last post by:
Hi, I have a web service which have a web method to validate the user and password. I am not sure why it slow down after several person start to run it. I let it return interger. But when user enter correct username and password, the response is OK. when user enter wrong username and password, the response is very slow even hang with no response, then broken page for timeout. I test the web service on the server, it response speed is...
3
2619
by: Ember | last post by:
Doozie of a problem here - may open a ticket with support, but wanted to see what others had to say first... We have an AIX 5.2 server with DB2 V8 FP5 and 32-bit instance. ~45GB db. Reorgs and runstats are done weekly and the server is at least decently tuned, although we're bumping up against the memory limits with 32-bit. There is a series of 16 queries run in varying orders by the users referred to as "mega-measures". Normally these...
0
1748
by: szehau | last post by:
Hi all, I have a program written in C with embeded SQL. Following are the configuration: DB2/LINUX 8.1.5 Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) My problems are as following
2
1871
by: Serge | last post by:
Hi, I am having a thread hang problem in my c# code. The example on the website: http://csharp.web1000.com/ is a simplified version of my problem. You will see in the form that a method TestThread increments a number in the textbox on the form. TestThread is called from a worker thread (2nd thread) using a TimerThread.
4
6217
by: Madhu Gopinathan | last post by:
Hi All, I am faced with a horrible hang problem. I have a COM exe server that executes some tasks. The task execution manager is a thread that manages the pool of threads, which is 4 per processor. Each task is processed in a separate thread. Each of the executer threads is an STA thread, and it goes ahead and executes the task. No problems are encountered when tasks are executed one at a time, but when multiple tasks are executed...
1
3353
by: caesarchen | last post by:
Dear all: The following is the situation,can any one share me idea to solve it? Windows 2000 + IIS6.0 + .NET Framework 1.1 6 projects, about 800 webforms and 300 .asmx programs Project cowork with nSheild HSM by writing custom COM+ using CSP CryptoAPI . 1. System will write some log in the candidate web service. 2. ASP.NET hangs.
0
1015
by: Rosny | last post by:
Hi, Is any body experiencing the same problem as below scenario? Environment : Windows 20003 Server ASP.NET Beta 2 STEP to reproduce: 1. Create a link on aspx page to any zip file on the server so user able to
0
1109
by: Ben | last post by:
Hi there, We've asp.net application running on a Win2000 server + .net framework 1.1.4322 . After running for a few weeks, it got hang. Even calling up a simple page such as the home page took forever to display. We've tried creating another simple asp.net application with a very simple page. But it hang when it is being called. End up resolving by re-booting the server.
0
3221
by: Jeff | last post by:
Banging my head against the wall trying to figure this out. I have a 'sometimes' hang while disposing a form which contains an ActiveX control (Flash.ocx version 7). The form's Dispose() method generated by the form designer protected override void Dispose( bool disposing ) { if( disposing ) { if(components != null)
0
10088
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,...
1
11473
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10007
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...
1
8378
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7535
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
6312
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
6454
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5068
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
3
3667
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.