473,328 Members | 1,343 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,328 software developers and data experts.

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 2021
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
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...
4
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...
0
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...
2
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....
7
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...
2
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...
2
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...
3
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...
1
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:...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.