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

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 1778
Are you using the FSO in these pages that hang?
http://www.aspfaq.com/show.asp?id=2180

Ray at work

"Ido Zur" <an*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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*******@discussions.microsoft.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
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...
3
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...
0
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...
2
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...
4
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....
1
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...
0
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...
0
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...
0
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...
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
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
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)...
0
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...
0
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.