|
 |
aspx thread: aspnet_wp.exe
Message #1 by "Leitner Christoph" <christoph@o...> on Wed, 18 Jul 2001 11:39:43 +0200
|
|
Why does the aspnet_wp.exe never disappears ?
I closed all programs and nobody is connect to my comp but the exe
always has his Mem Usage and never gave it free !
What can I do against this ?
Is it a IIS problem or a .Net ?
Christoph
Message #2 by Wim Hollebrandse <Wim.Hollebrandse@c...> on Wed, 18 Jul 2001 11:17:17 +0100
|
|
In addition:
After recycling IIS or booting the machine, the aspnet_wp.exe service will
not be running. It initializes once a request to an ASP.NET page has been
made. From then on, it resides in memory.
-----Original Message-----
From: Leitner Christoph [mailto:christoph@o...]
Sent: 18 July 2001 10:40
To: ASP+
Subject: [aspx] aspnet_wp.exe
Why does the aspnet_wp.exe never disappears ?
I closed all programs and nobody is connect to my comp but the exe
always
has his Mem Usage and never gave it free !
What can I do against this ?
Is it a IIS problem or a .Net ?
Christoph
Message #3 by Wim Hollebrandse <Wim.Hollebrandse@c...> on Wed, 18 Jul 2001 11:12:19 +0100
|
|
This is not a problem at all. It is supposed to be like that. Thing is, as
long as your IIS Admin service is running, your ASP.NET service aspnet_wp.exe) is supposed to be running as well, and therefore
consumes a
certain initial amount of memory.
You will see, once you stop your IIS Admin service, that the aspnet_wp.exe
process also dissapears.
Wim
-----Original Message-----
From: Leitner Christoph [mailto:christoph@o...]
Sent: 18 July 2001 10:40
To: ASP+
Subject: [aspx] aspnet_wp.exe
Why does the aspnet_wp.exe never disappears ?
I closed all programs and nobody is connect to my comp but the exe
always
has his Mem Usage and never gave it free !
What can I do against this ?
Is it a IIS problem or a .Net ?
Christoph
Message #4 by "Juan T. Llibre" <j.llibre@c...> on Wed, 18 Jul 2001 07:45:29 -0400
|
|
You can regain the memory by stopping IIS.
To stop it, use :
iisreset /stop
To restart IIS, use :
iisreset /start
To stop AND restart automatically, use :
iisreset
best,
Juan T. Llibre
Microsoft MVP [IIS/ASP]
"Beginning ASP.NET", Wrox Press - Look for it in August!
========================================
----- Original Message -----
From: "Leitner Christoph" <christoph@o...>
To: "ASP+" <aspx@p...>
Sent: Wednesday, July 18, 2001 5:39 AM
Subject: [aspx] aspnet_wp.exe
Why does the aspnet_wp.exe never disappears ?
I closed all programs and nobody is connect to my comp but the exe always
has his Mem Usage and never gave it free !
What can I do against this ?
Is it a IIS problem or a .Net ?
Christoph
---
* Fast, Full-Featured Microsoft® Excel Web Reports & Charts!
A breakthrough in high performance Web application development, SoftArtisans
ExcelWriter 1.1 supports native Excel charting, image insertion, and
advanced functions & formatting. One click generates presentation-quality
Excel spreadsheets-and ExcelWriter performs over 100 times faster than the
Excel Object. Several editions, including ExcelWriterFREE, are available.
http://www.softartisans.com/softartisans/excelwriter.html>
|
|
 |