Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 20th, 2004, 12:42 AM
Registered User
 
Join Date: Apr 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Ramasubbu
Default ASPNET_WP.exe

Every three or four days I have to reboot my web server because the performance becomes so slow , nothing will function. I traced the problem to be ASPnet_wp.exe. Using the task manager, I can watch as memory is being added to this exe each time I open or refresh my web pages, but I never see memory released. Eventually there will be so much memory consumed, the web server will slow right down to nothing.


I have also closed all the connection and disposed all the dataadapters ,datasets


can i get a solution other than changing the processModel in machine.config

how can i overwrite processmodel in web.config without changing the code in machine.config


i encountered a problem when tried to include processModel in web.config

Error :Error while trying to run a project.unable to start debugging on the webserver.server side error occurred on sending http request.
 
Old April 20th, 2004, 07:55 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Please post this here:

http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/


 
Old January 7th, 2005, 02:02 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by stu9820
 Please post this here:
 <Process model> tag is in machine.config file, try to set the timeout property in which the aspnet server process is killed automatically and a new thread begins on its own.

 The only issue with this is, it kills the session of users when the aspnet worker process is killed.

http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/







Similar Threads
Thread Thread Starter Forum Replies Last Post
aspnet_wp.exe could not be launched jayabhatia .NET Web Services 12 February 12th, 2008 01:41 PM
aspnet_wp.exe could not be launched asfhan .NET Web Services 1 July 11th, 2003 04:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.