473,832 Members | 2,292 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspnet_wp problems with large project

I recently reinstalled everything on my computer:
Windows XP Pro (SP-2)
Office 2003 (SP1)
VS 2003 (7.1.3088)
..Net Framework (1.1.4322)
WMP 10.00.00.3646

Every time i try to open a specific ASP.Net project containing about 175
files The following error is logged under the Application folder in the
Event Viewer:

--------------------
Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1001
Date: 10/5/2004
Time: 1:18:52 PM
User: N/A
Computer: ERICA-4B
Description:
aspnet_wp.exe (PID: 392) was recycled because memory consumption exceeded
the 613 MB (60 percent of available RAM).
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
--------------------

--------------------

If i watch the memory and cpu graph quickly spikes(maybe 3-4 seconds) then
instantly drop (as the aspnet_wp is closed) then the project seems to load
as normal. I can work with the files and visual source safe just like
normal but when i try to run the application the memory goes up but much
slower and after about 45 (the whole time the processor is at 100%) seconds
it peaks and the aspnet_wp is closed and the webpage loads with the
following error.

--------------------
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur
--------------------

I have tried getting a new copy out of source safe but get the same result,
however other developers running basically the same software can work on and
run the project without any problem.

I wrote a very simple test app and that seems to load fine. I can also load
other projects from source safe without a significant memory and processor
spike.

Thanks in advance,

-Tim
Jul 21 '05 #1
7 2068
The memory limitation is a setting in the config file. See:

http://support.microsoft.com/default...b;en-us;324772

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20
Jul 21 '05 #2
Even if i could set the limit high enough to stop that, that wouldn't solve
the problem that's causing the memory usage to increase like that. It
appears that it will just keep using memory until it runs out, one way or
another (almost like a huge memory leak).

"Xavier Pacheco" <xavier@_nospam _xapware.com> wrote in message
news:xn******** ********@msnews .microsoft.com. ..
The memory limitation is a setting in the config file. See:

http://support.microsoft.com/default...b;en-us;324772

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20

Jul 21 '05 #3
That's admittedly very odd. A google search reveals that others have
experienced something similar with no resolution. :(

anybody?

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20
Jul 21 '05 #4
I was unable to find anything similar on google. do you mind sharing some
links or search terms?
~Logan

"Xavier Pacheco" <xavier@_nospam _xapware.com> wrote in message
news:xn******** ********@msnews .microsoft.com. ..
That's admittedly very odd. A google search reveals that others have
experienced something similar with no resolution. :(

anybody?

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20

Jul 21 '05 #5
This was one I found http://tinyurl.com/5a5sc
I basically did a search on "was recycled because memory consumption
exceeded". Oh, this was in google groups.

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20
Jul 21 '05 #6
This thing could be because of so many things i guess. take a look at the
following links

http://support.businessobjects.com/l...es/c2010954.as
http://msdn.microsoft.com/library/de...ml/DBGch02.asp

Do googling these terms
"aspnet_wp was recycled because memory consumption exceeded"

hth
kumar

"Xavier Pacheco" wrote:
That's admittedly very odd. A google search reveals that others have
experienced something similar with no resolution. :(

anybody?

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20

Jul 21 '05 #7
This thing could be because of so many things i guess. take a look at the
following links

http://support.businessobjects.com/l...es/c2010954.as
http://msdn.microsoft.com/library/de...ml/DBGch02.asp

Do googling these terms
"aspnet_wp was recycled because memory consumption exceeded"

hth
kumar

"Xavier Pacheco" wrote:
That's admittedly very odd. A google search reveals that others have
experienced something similar with no resolution. :(

anybody?

--
Xavier Pacheco
Xapware Technologies Inc

manage your projects: www.xapware.com/ActiveFocus.htm
the blog: www.xavierpacheco.com/xlog
the book: http://www.amazon.com/exec/obidos/AS...vierpacheco-20

Jul 21 '05 #8

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

Similar topics

1
1137
by: Mukesh | last post by:
Hi I have developed small asp.net application. When i start using the application, "ASPNET_WP.EXE" is loaded in to the process. Everytime i refresh the page, it increases the memory for that process, which is never reduce even after closing the browser. Does anybody know's the solution how to avoid this problem??? Mukesh Patel
4
1540
by: ringo | last post by:
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...
0
1377
by: Simon McCulloch | last post by:
Hi all I have an ASP.net website that uses an aspx page locate and stream a file to an authenticated user and I'm getting the error Aspnet_wp.exe (PID:XXXX) stopped unexpectedly which the user sees as the Server Unavailable page I am aware of problems using Response.BinaryWrite or Response.WriteFile to download large files and so opted for the chunked method described in the KB article 812406 The problem is that when a user cancels...
2
1659
by: Akoni | last post by:
Hello, I have written a ASP.NET (C#) front-end that connects to an unmanaged win32 c++ dll. A few problems occur: -I am unable to use the IO stream (write to an event log) from the dll. Although I can successfully use an IO stream when calling the dll from a regular .net Windows Form. -The program behaves very inconsitently. Normally I can connect to my
7
1022
by: Tim Mulholland | last post by:
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088) ..Net Framework (1.1.4322) WMP 10.00.00.3646 Every time i try to open a specific ASP.Net project containing about 175 files The following error is logged under the Application folder in the Event Viewer:
2
1162
by: theyas | last post by:
Windows XP SP2, VS 2003, IIS 5.1, IE 6.0, Symantec AV 9.0.0.xxx After upgrading my system to XP SP2, I have not been able to debug. After working through various other problems, I'm down to the point where "the only thing I cannot do" (I almost don't dare say that since I'm almost sure to have something else) is attach to the aspnet_wp process. If I run an ASP.NET service (which works and would always leave an aspnet_wp process I could...
2
2195
by: Sidharth | last post by:
Hello, We are experiencing some issues with the aspnet_wp process on our live servers. The problems are intermittent and we cannot reproduce it on our dev and test servers. Currently around twice a day the aspnet_wp process takes 100% of the cpu and causes the whole website to come to a stand still. We then have to end the process for the website to become useable. Once the aspnet_wp process recycled itself and in the event logs it...
3
1401
by: Andy Klare | last post by:
We are seeing that the aspnet_wp is running out of memory shortly after deploying changes to a project. We use Visual Studio Copy Project and sometimes copy the files manually using copy and paste. This would be a ..NET 1.1 project. Has anyone experienced this and is there a solution or procedure that can reduce it? Any thoughts on this would be appreciated.
1
3160
by: =?Utf-8?B?cnNvbWFzdW5kYXI=?= | last post by:
Hi, I got the following error while trying to run the project in ASP.Net 2003 to one of my application in my machine. I think some where im loosing the IIS configurations. Error Detail: Auto-attach to process ' aspnet_wp.exe' on machine '<machine name>' failed. Error code 0x8004000e. Could you help me to find resolution.
0
9794
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9642
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,...
1
10539
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
9319
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...
1
7753
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6951
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
5623
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
4420
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
3
3077
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.