ASP.NET worker process size keeps growing.

  • Thread starter Thread starter Hoon
  • Start date Start date
H

Hoon

It seems that asp.net worker process keeps growing and it
slows the web server down. Does anybody have an idea
what could trigger this kind of problem???

thanks in advance,

Hoon
 
could be one of the early security flaws, do you have the latest service
packs for .net?

or it might be worth looking at tuning the <processModel> Section of the
system.web file

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top