.NET Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgramming.NET Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old June 10th, 2002, 06:22 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
Regarding aspnet_wp.exe problem !!!

<i><b>Originally posted by : Bragadish (bragadish@hexaware.com)</b></i><br />Hi there,<br /><br />Am facing problems with the amount of memory being used by this aspnet_wp.exe. I understand that the asp.net engine(aspnet_wp.exe) starts building all the applications during the first hit to the website requesting for the aspx file.<br /><br />My first problem is, for the first time when i request for an aspx file, i get the exception "Unhandled exception: application is restarting....". On refreshing, the page loads correctly. Why is this happening? Do you suspect my asp.net engine is not configuration properly? If so, whats the remedy for this?<br /><br />My second problem, once the aspnet_wp.exe is loaded into the memory, it stays in memory until i end IIS Admin services. While in the memory, it is eating up 70-80% of the system resources along with inetinfo service. I can see this happen in Task Manager. Resulting which, the performance of the OS(Windows 2000 server) is slowed down drastically. Give me a solution for this, please.<br /><br />Thanks in advance.<br /><br />Cheers,<br />Bragadish.

Reply With Quote
  #2  
Old June 11th, 2002, 01:33 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
<i><b>Originally posted by : steve (steve@aspfree.com)</b></i><br />type of hardware, I'd suggest a server class machine with a gig of ram. you can throttle the asp.net process to use X amount of memory buy adjusting it in the machine.config.<br /><br /><br />------------<br />Bragadish at 6/10/2002 3:22:09 AM<br /><br />Hi there,<br /><br />Am facing problems with the amount of memory being used by this aspnet_wp.exe. I understand that the asp.net engine(aspnet_wp.exe) starts building all the applications during the first hit to the website requesting for the aspx file.<br /><br />My first problem is, for the first time when i request for an aspx file, i get the exception "Unhandled exception: application is restarting....". On refreshing, the page loads correctly. Why is this happening? Do you suspect my asp.net engine is not configuration properly? If so, whats the remedy for this?<br /><br />My second problem, once the aspnet_wp.exe is loaded into the memory, it stays in memory until i end IIS Admin services. While in the memory, it is eating up 70-80% of the system resources along with inetinfo service. I can see this happen in Task Manager. Resulting which, the performance of the OS(Windows 2000 server) is slowed down drastically. Give me a solution for this, please.<br /><br />Thanks in advance.<br /><br />Cheers,<br />Bragadish.

Reply With Quote
  #3  
Old June 11th, 2002, 04:52 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
<i><b>Originally posted by : Rick Troupin (rick@rstc.com)</b></i><br />If you are using cookies and runing in StateServer mode, this may be causing your app to restart. Check it out at www.stlnet.org web site:<br /> <br />On June 6, Microsoft released a patch for the .NET Framework via Windows Update and MSDN to fix an unchecked buffer in the ASP.NET worker process. The vulnerability does not apply to default ASP.NET Web application configurations. It only affects those applications using cookies in conjunction with StateServer session management. The vulnerability can be used to cause an ASP.NET application to restart. <br />Please note that the vulnerability does not occur in any module written using managed code. The function in question was written using unmanaged code. The patch fully eliminates the vulnerability. <br /><br />For more information, you can check out the security bulletin at http://www.microsoft.com/technet/security/bulletin/MS02-026.asp.<br /><br /><br /><br />------------<br />steve at 6/10/2002 10:33:34 PM<br /><br />type of hardware, I'd suggest a server class machine with a gig of ram. you can throttle the asp.net process to use X amount of memory buy adjusting it in the machine.config.<br /><br /><br />------------<br />Bragadish at 6/10/2002 3:22:09 AM<br /><br />Hi there,<br /><br />Am facing problems with the amount of memory being used by this aspnet_wp.exe. I understand that the asp.net engine(aspnet_wp.exe) starts building all the applications during the first hit to the website requesting for the aspx file.<br /><br />My first problem is, for the first time when i request for an aspx file, i get the exception "Unhandled exception: application is restarting....". On refreshing, the page loads correctly. Why is this happening? Do you suspect my asp.net engine is not configuration properly? If so, whats the remedy for this?<br /><br />My second problem, once the aspnet_wp.exe is loaded into the memory, it stays in memory until i end IIS Admin services. While in the memory, it is eating up 70-80% of the system resources along with inetinfo service. I can see this happen in Task Manager. Resulting which, the performance of the OS(Windows 2000 server) is slowed down drastically. Give me a solution for this, please.<br /><br />Thanks in advance.<br /><br />Cheers,<br />Bragadish.

Reply With Quote
Reply

Viewing: ASP Free ForumsProgramming.NET Development > Regarding aspnet_wp.exe problem !!!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT