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.
|