Microsoft IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsSystem AdministrationMicrosoft IIS

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 ASP Free Forums Sponsor:
  #1  
Old June 20th, 2004, 09:20 AM
Kimi Kimi is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 2 Kimi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
w2003 / IIS6 / ASP stops after some hours

I am using asp pages on a w2003/iis6 server. Everything worked fine in win2000/IIS5, but in our new server, the asp pages become unavailable after some hours.
HTML pages work fine.

After restart server, everything works ok again, for some hours more....

Thanks in advance for your help,
Kimi

Reply With Quote
  #2  
Old June 20th, 2004, 05:36 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
Is there anything that will give you a clue in the server event logs?

Some kind of coding problem in your pages may be causing resource leaks or something. Perhaps you can find something out with performance monitor.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old June 21st, 2004, 03:15 AM
Kimi Kimi is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 2 Kimi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The only erros i get on Event Viewer is one related to memory on logon, and another related to PDF Drivers ?!


FIRST ONE - SHOWS ONLY ON REEBOT MACHINE
AMLI: ACPI BIOS is attempting to read from an illegal IO port address (0xcfc), which lies in the 0xcf8 - 0xcff protected address range. This could lead to system instability. Please contact your system vendor for technical assistance.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

SECOND ERROR
Driver Acrobat PDFWriter required for printer Acrobat PDFWriter is unknown. Contact the administrator to install the driver before you log in again.

For more information, see Help and Support Center at URL.


Reply With Quote
  #4  
Old July 6th, 2004, 01:17 AM
lovenb lovenb is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 lovenb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have the same problem. no logging message for IIS log.
what is performance monitor? how can I use it?

Reply With Quote
  #5  
Old July 6th, 2004, 01:36 AM
lovenb lovenb is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 2 lovenb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
read more messages from Doug, is my host antivirus soft block the iis? maybe or not?
but I need the antivirus soft, how can I do?

but in 2000/iis5.0, also has antivirus soft, it ran well.!

Reply With Quote
  #6  
Old July 7th, 2004, 08:54 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 32 m 23 sec
Reputation Power: 180
Quote:
Originally Posted by Kimi
The only erros i get on Event Viewer is one related to memory on logon, and another related to PDF Drivers ?!


FIRST ONE - SHOWS ONLY ON REEBOT MACHINE
AMLI: ACPI BIOS is attempting to read from an illegal IO port address (0xcfc), which lies in the 0xcf8 - 0xcff protected address range. This could lead to system instability. Please contact your system vendor for technical assistance.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

SECOND ERROR
Driver Acrobat PDFWriter required for printer Acrobat PDFWriter is unknown. Contact the administrator to install the driver before you log in again.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


None of these sound like IIS related messages. I don't know, if you have more than one website try running them one at a time & see if you can isolate which site is causing the problem.

Reply With Quote
  #7  
Old September 8th, 2004, 10:14 AM
Fritzi Fritzi is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 1 Fritzi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by Kimi
I am using asp pages on a w2003/iis6 server. Everything worked fine in win2000/IIS5, but in our new server, the asp pages become unavailable after some hours.
HTML pages work fine.

After restart server, everything works ok again, for some hours more....

Thanks in advance for your help,
Kimi

I have exactly the same problem since month. the only thing which helped was recovering the application pool every minutes. however the session-variables are lost with it and so this method is not useable.
There are no hints in the iis-logs, httperr logs and other eventlogs.

Reply With Quote
Reply

Viewing: ASP Free ForumsSystem AdministrationMicrosoft IIS > w2003 / IIS6 / ASP stops after some hours


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