473,946 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Could aspnet_wp.exe recycle be due to hackers?

Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:

aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)

The app I'm running doesn't deal with anything even approaching large amounts of data (there's a datagrid which displays a max 13x6 grid, all fields less than 50 characters), and does not upload files. The errors seem to come at random times, whether or not there is activity in the app (I know this because I log all user operations to a SQL Server database). I have been running performance logs on the machine, and noticed a huge spike for 'ASP.NET APPS v 1.1.4xxx' Requests/sec right before the crashes.
I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do to stop it? Any experiences/advice is appreciated,
-Ringo

Nov 18 '05 #1
4 1542
Check your web server logs. If you're under attack, it should show up there.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"ringo" <rgp@ringosoft* NoSpam*.com> wrote in message
news:i3******** *************** @twister.southe ast.rr.com...
Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:
aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)
The app I'm running doesn't deal with anything even approaching large amounts of data (there's a datagrid which displays a max 13x6 grid, all
fields less than 50 characters), and does not upload files. The errors seem
to come at random times, whether or not there is activity in the app (I know
this because I log all user operations to a SQL Server database). I have
been running performance logs on the machine, and noticed a huge spike for
'ASP.NET APPS v 1.1.4xxx' Requests/sec right before the crashes. I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do
to stop it? Any experiences/advice is appreciated, -Ringo

Nov 18 '05 #2
well you have a couple of issues here the first being that this is iis5 so
all process as spawned inside aspnet worker process so memory adds up on a
per process basis. The other thing is that if you are returning large
datasets and not cleaning them out, they will build up in the worker process
eventually causing it to recycle. You need to monitor your memory
consumption a bit more closely.

I wouldn't rule out an attack either but it just seems a lot less likely
from where i sit.
--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"ringo" <rgp@ringosoft* NoSpam*.com> wrote in message
news:i3******** *************** @twister.southe ast.rr.com...
Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:
aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)
The app I'm running doesn't deal with anything even approaching large amounts of data (there's a datagrid which displays a max 13x6 grid, all
fields less than 50 characters), and does not upload files. The errors seem
to come at random times, whether or not there is activity in the app (I know
this because I log all user operations to a SQL Server database). I have
been running performance logs on the machine, and noticed a huge spike for
'ASP.NET APPS v 1.1.4xxx' Requests/sec right before the crashes. I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do
to stop it? Any experiences/advice is appreciated, -Ringo

Nov 18 '05 #3
ringo <rgp@ringosoft* NoSpam*.com> wrote in message news:<i3******* *************** *@twister.south east.rr.com>...
Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:

aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)

The app I'm running doesn't deal with anything even approaching large amounts of data (there's a datagrid which displays a max 13x6
grid, all fields less than 50 characters), and does not upload files.
The errors seem to come at random times, whether or not there is
activity in the app (I know this because I log all user operations to
a SQL Server database). I have been running performance logs on the
machine, and noticed a huge spike for 'ASP.NET APPS v 1.1.4xxx'
Requests/sec right before the crashes. I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do to stop it? Any experiences/advice is appreciated,
-Ringo


Listen to yourself: "My program is slow and there are other problems:
someone must be hacking into my system."

The very existence of this software antipattern indicates that you
will never ever be a decent programmer and that you _may_ be
delusional. A real programmer would search his own code for errors for
_hours_ before looking elesewhere; after that a good programmer would
look at the _system_ for problems; only when he saw hard evidence
would an _excellent_ programmer conclude that third parties were
changing his system.

Find another job - perhaps salesman or preacher. You will never be
more than an embarrassment as a programmer.
tom
Nov 18 '05 #4
sounds like tommy forgot to take his meds today
"parley" <pa**********@y ahoo.com> wrote in message
news:8a******** *************** ***@posting.goo gle.com...
ringo <rgp@ringosoft* NoSpam*.com> wrote in message

news:<i3******* *************** *@twister.south east.rr.com>...
Hi all, I have a couple of Win2000 servers running IIS and an asp.NET web application, and have seen sporadic errors in the event logs:
aspnet_wp.exe (PID:PIDNumber) was recycled because memory consumption exceeded the SizeLimit MB (Percentage percent of available RAM)
The app I'm running doesn't deal with anything even approaching

large amounts of data (there's a datagrid which displays a max 13x6
grid, all fields less than 50 characters), and does not upload files.
The errors seem to come at random times, whether or not there is
activity in the app (I know this because I log all user operations to
a SQL Server database). I have been running performance logs on the
machine, and noticed a huge spike for 'ASP.NET APPS v 1.1.4xxx'
Requests/sec right before the crashes.
I'm wondering if anyone has seen this before, and if the cause could be some type of DOS or similar attack on the server... and if so, what can I do
to stop it? Any experiences/advice is appreciated, -Ringo


Listen to yourself: "My program is slow and there are other problems:
someone must be hacking into my system."

The very existence of this software antipattern indicates that you
will never ever be a decent programmer and that you _may_ be
delusional. A real programmer would search his own code for errors for
_hours_ before looking elesewhere; after that a good programmer would
look at the _system_ for problems; only when he saw hard evidence
would an _excellent_ programmer conclude that third parties were
changing his system.

Find another job - perhaps salesman or preacher. You will never be
more than an embarrassment as a programmer.
tom

Nov 18 '05 #5

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

Similar topics

1
1540
by: majid | last post by:
What means this error in event viewer? "aspnet_wp (PID: 1556) was recycled because it failed to ping message" .
7
7188
by: Clement | last post by:
hi, i have an asp.net site and is using SQL Server 2k. i realize the aspnet_wp.exe memory usage keep growing and i will receive an error for the pages that call the sql connection. others page with no sql connection is fined. At the time when i encounter the error, i check the memory usage for aspnet_wp.exe = 60000kb sqlmangr.exe = 40000kb
2
2026
by: Luther Miller | last post by:
I have a server setup that is dedicate to providing a "proxy" by exposing a web service that calls methods in a 3rd party ActiveX control and then returns the results. Sometimes, the aspnet_wp work process seems to get "hung" - it goes to close to 100% CPU and stays that way. Under these circumstance, it appears that it is really the ActiveX control causing the problem. Running IISRESET from the command line resolves the issue, for a...
2
1387
by: Jack | last post by:
I got the error in event viewer, aspnet_wp.exe was stopped unexpected, because it consumes too much memory when running my asp.net application, does anybody know what's the problem is? Any help are appreciated.
2
1231
by: Cynthia | last post by:
Hi, I have a two Load Balanced servers running MS Content Mangement Server 2002. Both servers runs asp.net applications. On one of the nodes, aspnet_wp.exe process behaves as following: - From time to time the process takes 50 % of the CPU and never Goes below (unless we kill it) thus affecting the performance of the .NET applications
1
1399
by: Derek Martin | last post by:
Hi list, I have created a web app with VS2k3.net using VB.net and everything was working fine until something went wrong and now all attempts to get at *any* .net based page on the server returns Service Unavailable to the user and an Error in the Event log that says this: aspnet_wp.exe (PID: 2872) stopped unexpectedly. and The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
3
3998
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. "aspnet_wp.exe (PID: xxxx) stopped unexpectedly" I am seeing the this error currently happen, but unlike the description in articles Q823409 or 821387, I am not downloading any large file .The error
2
1677
by: ruca | last post by:
Hi gurus, Can anyone tell me please when I really must setup the value of memory that aspnet_wp or w3wp must use in IIS server machine? What I mean is that we have clients that have diferent specificatiosn in their server machines that have IIS to runnning WebApplications. This can change for example in RAM memory that is available. One have 1GB, other 2GB and another 4GB. I.e., how can I know when I must change any configuration in...
2
2530
by: cmilhench | last post by:
Hi We have a problem with memory consumption of my aspnet_wp.exe worker process. The proccess consumes more and more memory until eventualy we start getting out of memory Exceptions. Configuring the machine.config to recycle the process when it uses ~800MB solves this problem but unfortunatly we now go through a recycle events approximatly every 30 minutes. Some people have told me that the 800Mb sweet spot is a conincidence and were...
0
9977
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
11556
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
11332
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
10684
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
7412
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
6106
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
6325
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4933
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
4532
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.