IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old September 17th, 2004, 10:15 AM
meetas meetas is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 13 meetas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ASP pages hangs up on IIS6.0

On web server when ASP pages hangs up - how to check what's cuasing it? Event viewer does not show any error. IIS services works ok - it displays HTML pages. But it stops pages which uses oledb/ odbc connection.

Restarting server fixes the probelm. As ASP pages hangs up it does not really show any error messsage to track it down. What can be done to get atleast the error message or why connection are getting hnaged?

Thanks in advance

IIS 6.0 and windows server 2003

Reply With Quote
  #2  
Old September 17th, 2004, 11:32 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,713 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 4 Weeks 1 Day 23 h 57 m 59 sec
Reputation Power: 688
First, I'd review the code in the asp page. Some bad code can hang. I don't have 2003, there may be some other issues.

One possibility is you have some antivirus script blocking running on the server or some firewall software interfering with asp.

If the problem is only related to DB calls make sure you haven't somehow corrupted the db drivers.
__________________
======
Doug G
======
"Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton

Reply With Quote
  #3  
Old September 17th, 2004, 11:38 AM
meetas meetas is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 13 meetas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
asp code

Quote:
Originally Posted by Doug G
First, I'd review the code in the asp page. Some bad code can hang. I don't have 2003, there may be some other issues.

One possibility is you have some antivirus script blocking running on the server or some firewall software interfering with asp.

If the problem is only related to DB calls make sure you haven't somehow corrupted the db drivers.


We changed code on major site - which hits more traffic to oledb connection. And used programming techniques suggested on aspmessageboard. Like closing connection as fast as can. getting all records in getrows..etc.

ASP pages hangs up every now and then, its like sometime twice a day and sometime it will work for 4 days with no problem.. So I think we will check out other possibilities you suggested about firewall, and anti virus.

Reply With Quote
  #4  
Old September 27th, 2004, 07:28 AM
serverplan serverplan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 8 serverplan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi

i am in the same situation i had Fprot and no Firewall, i have remove it but i have the same problem, do u have fix it?

thx

Reply With Quote
  #5  
Old September 27th, 2004, 08:41 AM
meetas meetas is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 13 meetas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
no we have not

The problem is we do even know what's cuasing it. there is not anti virus installed.

event viewer does not help as IIS services does not crash its just OLEDB/ODBC connections that is dynamic ASP pages hanges up.

One thing I've always noticed in this field sometime its just minor thing cuases this. But to figure out that issue takes the whole time in the world.

for eg: server variables in ASP. One of my collegue spent 2 days to figure out why its not working. coming to find out some ISP's does not allow server variables access. In no books they mention things like this which is kind of important I mena If I'm going to write a book 600+ pages.

Anyways hope we will able to find cuase. Its a nightmare.

If we find something I'll definitely post it on this board. Please do the same.

Thanks

Reply With Quote
  #6  
Old September 27th, 2004, 08:45 AM
serverplan serverplan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 8 serverplan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ok, right now i have found that all the sites that use OLDdb have this problem and all the sites that use ODBC Dsn can work without any problem, so i think that there is only a problem how Win2003 manage the db connection

Reply With Quote
  #7  
Old September 27th, 2004, 08:52 AM
meetas meetas is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 13 meetas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
for us its all oledb/odbc

as you said I'm alos certain it has something to do with win server 2003 and db connection. I'm clueless what to do.

I greatly appreciate your post. Thanks

Reply With Quote
  #8  
Old September 28th, 2004, 10:40 AM
serverplan serverplan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 8 serverplan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
i have found this

http://support.microsoft.com/default.aspx?scid=kb;en-us;838306

Reply With Quote
  #9  
Old September 28th, 2004, 10:47 AM
meetas meetas is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 13 meetas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
hotfix..

we do have installed the latest hotfix avilable on MS website. But still it does hang up.

I wish MS would be more clear or specific on issue of this nature. Crashing the whole server can be counted as serious issue for the web hosting company.

Reply With Quote
  #10  
Old September 28th, 2004, 10:53 AM
meetas meetas is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Posts: 13 meetas User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
another MS artcile

http://support.microsoft.com/default.aspx?kbid=239114

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > ASP pages hangs up on IIS6.0


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway