473,499 Members | 1,889 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP Takes Over The Server

I have had a couple of instances where ASP.Net does not respond or I get a server is busy message. When I look at what is running on the server, I see the ASP.Net process consumming all of the CPU of the server. Memory usage seems to grow and grow and nevery drops. Since this is the very first application on the server that is an ASP.Net application, I am guessing that there must be some settings that I must need to adjust, but I am not at all sure what those setting might be

Any guidance on this subject?
Nov 18 '05 #1
3 840
"Jim Heavey" <an*******@discussions.microsoft.com> wrote in message
news:D9**********************************@microsof t.com...
I have had a couple of instances where ASP.Net does not respond or I get a

server is busy message. When I look at what is running on the server, I see
the ASP.Net process consumming all of the CPU of the server. Memory usage
seems to grow and grow and nevery drops. Since this is the very first
application on the server that is an ASP.Net application, I am guessing that
there must be some settings that I must need to adjust, but I am not at all
sure what those setting might be.

This is probably not a settings problem but rather an application problem.
You should find out what part of your application is taking up so much CPU
time.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2
This occuring when no one is on the application, it is like some sort of run away process. It occured over the holiday weekend an it ran for 3 days straight just sucking up all of the resources. How could this be an application issue?
Nov 18 '05 #3
"Jim Heavey" <an*******@discussions.microsoft.com> wrote in message
news:CE**********************************@microsof t.com...
This occuring when no one is on the application, it is like some sort of

run away process. It occured over the holiday weekend an it ran for 3 days
straight just sucking up all of the resources. How could this be an
application issue?

The aspnet_wp process primarily handles requests and responses. Chances are
that any of its behavior, including misbehavior, is caused by requests or
responses, or both.

I suggest checking the IIS logs and system event logs. You'll also want to
try to find out when this problem starts, so I suggest adding a performance
alert for high cpu usage.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #4

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

Similar topics

0
1303
by: Lori Reddy | last post by:
Here are the variables left by the time we found a workaround for the problem: Across subnet. Across firewall. DCOM call from a DLL used in an ASP page. Two tests from a web server ("a") to...
0
1527
by: TJ | last post by:
Dear Sir/Madam I made one user control using C#(.NET Runtime is 1.1). It is embeded in Internet Explorer Basically, this control is very similiar to FTP client program. So it should be connecte...
1
1928
by: Daniel | last post by:
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset....
3
1041
by: 00_CuMPe3WaR3D12 | last post by:
How do I write a user control that takes HTML and then renders it? Is it possible? I want to do something like this.. <Name:Box id="mybox" runat="server"> <table> .... any html can inserted...
7
3576
by: nicholas | last post by:
I have a page that changes some data in an sql-server database: it inserts the categories for a selected product. The user checks some categories in a tree (with checkboxes). These are the...
22
1528
by: Scot | last post by:
I have the following code: Dim IP, domainName As String domainName = "yahoo.com" Try IP = System.Net.Dns.GetHostByName(domainName).AddressList(0).ToString() Catch ex As Exception IP = "Not...
4
1405
by: prashanth | last post by:
we have a Asp.net application which is used to generate the reports. In this application there are some reports which takes more than 50 minutes of the time.these reports works fine on development...
5
1620
by: fniles | last post by:
I am having problem with thread. I have a Session class with public string variable (called Message) that I set from my Main program. In the session class it checks for the value of Message...
2
2421
by: Martin Eckart | last post by:
Hello, I have built a Hello World Web Service using Visual Studio 2005 and .NET 2.0 on machine A. Setting up a Web Site on machine B and adding a web reference to that WS works fine, without any...
14
2063
by: =?Utf-8?B?SlZSdWRuaWNr?= | last post by:
Hey all... running w2k3/iis6 and trying to shorten the length of time that a simple 10 field ASP form takes to execute using CDOSYS. it takes about 50 seconds each time...and I've no idea why? ...
0
7134
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7180
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,...
0
7225
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6901
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...
0
5479
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,...
0
3105
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...
0
3101
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1429
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 ...
0
307
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.