473,804 Members | 3,029 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp pages hang randomly

I have a Windows 2003 Server Web running 5 web sites. Every few days, the
ASP pages stop responding. There are no events in the event log. The HTML
pages are still served successfully. These pages have no database
interaction (others use MySQL). I have to restart IIS in order for the pages
to work again.

I haven't been able to find anything about this issue on the web. Has
anyone seen this before? Any idea how to fix it?

Thanks.
Jul 22 '05 #1
7 2323
It could be some odd problem which hangs the application process. I've
experienced something similar on my testing server...

in my case it was because of Norton AntiVirus whose ScriptBlocking was
causing the process (an instance of dllhost.exe run under user
IWAM_machinenam e) to hang at 100% CPU everytime a page tried to access
FileSystemObjec t methods. The only solution in this case is to disable the
ScriptBlocking feature (if FSO is really needed) or to replace
FileSystemObjec t calls with calls to ADODB.Stream, which doesn't (much
strangely) get blocked. I've heard that also McAfee Viruscan has a similar
function, which causes similar problems.

Otherwise... you should just check if there might be a conflict with any
other software installed on your server.
Regards
"Randall" <Ra*****@discus sions.microsoft .com> ha scritto nel messaggio
news:65******** *************** ***********@mic rosoft.com...
I have a Windows 2003 Server Web running 5 web sites. Every few days, the
ASP pages stop responding. There are no events in the event log. The HTML pages are still served successfully. These pages have no database
interaction (others use MySQL). I have to restart IIS in order for the pages to work again.

I haven't been able to find anything about this issue on the web. Has
anyone seen this before? Any idea how to fix it?

Thanks.

Jul 22 '05 #2
I'd suggest you study the IIS logs to find if it is related to just one ASP
page. Then put in oodles of error checking and/or write you own text log on the
server. At a minimum, write an entry for the entry and exit of the ASP code.
Then, when it does fail, you have your own log to tell you what is going on.

Brian

Jul 22 '05 #3
Thanks. I'll make a note to check the server load the next time this
happens, although I don't recall any slow response times when poking around
looking at logs and event viewer records. The server is running McAfee. I
don't know the code well enough to recall whether FileSystemObjec ts are used.
I'll look for that.

The server is pretty slim on software. It's pretty close to out-of-the-box
Windows 2003 Web. It ran flawlessly for about 6-7 months, and is now
problematic with no software changes, upgrades, installations.. .only MS
patches.

"andrea azzini" wrote:
It could be some odd problem which hangs the application process. I've
experienced something similar on my testing server...

in my case it was because of Norton AntiVirus whose ScriptBlocking was
causing the process (an instance of dllhost.exe run under user
IWAM_machinenam e) to hang at 100% CPU everytime a page tried to access
FileSystemObjec t methods. The only solution in this case is to disable the
ScriptBlocking feature (if FSO is really needed) or to replace
FileSystemObjec t calls with calls to ADODB.Stream, which doesn't (much
strangely) get blocked. I've heard that also McAfee Viruscan has a similar
function, which causes similar problems.

Otherwise... you should just check if there might be a conflict with any
other software installed on your server.
Regards
"Randall" <Ra*****@discus sions.microsoft .com> ha scritto nel messaggio
news:65******** *************** ***********@mic rosoft.com...
I have a Windows 2003 Server Web running 5 web sites. Every few days, the
ASP pages stop responding. There are no events in the event log. The

HTML
pages are still served successfully. These pages have no database
interaction (others use MySQL). I have to restart IIS in order for the

pages
to work again.

I haven't been able to find anything about this issue on the web. Has
anyone seen this before? Any idea how to fix it?

Thanks.


Jul 22 '05 #4

Randall wrote:
I have a Windows 2003 Server Web running 5 web sites. Every few days, the ASP pages stop responding. There are no events in the event log. The HTML pages are still served successfully. These pages have no database
interaction (others use MySQL). I have to restart IIS in order for the pages to work again.

I haven't been able to find anything about this issue on the web. Has anyone seen this before? Any idea how to fix it?


Put all apps on HIGH ISOLATION, then install Process Explorer from Sys
Internals and you can view each app and see what memory and CPU usage
it takes up.

Jul 22 '05 #5

I've had another occurrence of this situation today. During the incident, I
checked the 3 sites that use ASP, and HTML pages were viewable successfully,
but all ASP pages stopped working. The system usage was quite low (CPU
around 5-8%; memory: 450MB of 1GB).

I noticed one thing that has me doing further research. There was a process
named W3WP.exe that had memory usage of 380 MB. It wasn't actively using any
CPU time. After restarting IIS, the memory usage reset to about 30 MB, and
now after about 3 hours, it's back up over 100 MB again and climbing. Does
this sound right?

Since I'm running IIS 6, I believe that by default the apps run in High
Isolation. I'm at a loss regarding how to fix this. Any other ideas that
come to mind?
Jul 22 '05 #6

I've had another occurrence of this situation today. During the incident, I
checked the 3 sites that use ASP, and HTML pages were viewable successfully,
but all ASP pages stopped working. The system usage was quite low (CPU
around 5-8%; memory: 450MB of 1GB).

I noticed one thing that has me doing further research. There was a process
named W3WP.exe that had memory usage of 380 MB. It wasn't actively using any
CPU time. After restarting IIS, the memory usage reset to about 30 MB, and
now after about 3 hours, it's back up over 100 MB again and climbing. Does
this sound right?

The system is running IIS 6, which I believe means that the apps run in High
Isolation by default. Any other ideas regarding what to try? I'm at a loss.

Jul 22 '05 #7
"la**********@y ahoo.com" wrote:
<snip>
Put all apps on HIGH ISOLATION, then install Process Explorer from Sys
Internals and you can view each app and see what memory and CPU usage
it takes up.


Larry, what does Process Explorer display that isn't available in the task
manager? The interfaces and information look very similar.

Sorry about the duplicate posts. I guess the error message about expired
sessions wasn't totally accurate.
Jul 22 '05 #8

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

Similar topics

7
1961
by: Joe Doyle | last post by:
After connecting to the internet, after about 5 pages I get an error "ACTIVE SERVICE PAGES CANNOT BE DISPLAYED, SERVER COULD BE DOWN OR DNS ERROR........." and from there I cannot view any more pages.It seems to hang up. My connection window shows I'm still connected. If I reboot my system same thing happens. I am not sure if it is a connection issue, an internal modem issues, or a dialin issue. HELP!!!!!!
4
7255
by: Jerry | last post by:
I recently upgraded my PC from Windows XP Home to XP Professional, so that I can use XP Pro's build in IIS functionality to build ASP pages off of my home PC. I have installed IIS 5.1, configured it and tried several other things (restarting the server, configuring a web project, etc.). When I attempt to view the page using the project name and computer name (in this case, it would be http://apollo/twinadev/), the status bar shows...
2
3098
by: Alex Rybalov | last post by:
Hi, Using IIS 5.0 and sometime some asp pages (absolutely randomly) showing as blank white pages. So far only one way of fixing it - restart whole server. Restarting IIS, or specific web server not helping, only whole server. I enable server side and client side debugging, but no errors showing up...
6
1440
by: Murray Jack | last post by:
Hi this is an odd problem i seem to be having Machine Windows 2000 Server IIS5 ..net framework version 1.1 Problem The problem is that after a while (approx 2 hours) of the application first
0
1099
by: Dag Sunde | last post by:
We have a web application running on Win2000 AS/IIS 5.0 Developed using ASP (not ASP.NET), this is set up to run in a medium (pooled) memory space. (DllHost.exe) After installing .NET framework 1.1, any request to any of our .asp pages makes DllHost.exe to start, and then hang. No response on the client. Anybody experienced this problem, or have any hints?
29
2716
by: lec | last post by:
Hi, I'm observing the following: If I commit the following records 1,2,3,4,5,6,7,8,9,10 to the database and the server hangs, I could lose records 5,6,7,8,9 but record 10 is there. How is this possible and do anyone know how Postgresql physically writes the records? Thanks, thomas.
1
2080
by: changxun | last post by:
I'm running a simulation with one client machine and four server machines (all in the same LAN and running Fedora Core 2 with kernel 2.6.5-1.358smp). The client sends about 1.2 million requests (each of size 432 bytes) through a TCP connection to server and server reads it. In my first simulation, the client randomly distribute each request to one of the four servers and it works fine. However, in my 2nd simulation, where the clients...
4
2242
by: KJS | last post by:
Help, I'm not sure what exactly is happening but I can say this, classic asp pages are not loading on my local dev box. They use to work! Since then I have installed .NET 1.1 Studio (that is working, and so is ASPX pages), installed .NET 2.0 Studio (this never worked, it broke everything, ended up reinstalling 1.1 Studio, and now I am back to ASPX pages ver 1.1 serving up nicely). However!!! Now I can not run classic asp pages.
2
1359
by: Gerry | last post by:
Without bothering with the details (though if you are curious, I'll be glad to explain!). This code functions perfectly under ASP.NET 1.1, but randomly fails under ASP.NET 2.0. More details after the snippet My site has the following web pages: MainPage.aspx Page1.aspx Page2.aspx Page3.aspx Page4.aspx
0
9579
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
10571
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10317
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
10075
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9143
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
6851
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
5520
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...
1
4295
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
3815
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.