What a great place to share :) Here you will find flashes of brilliance caught for all the world to enjoy. .. Actually, these are brief articles describing how I fixed a problem. Every day, I find information online that helps me solve a mystery. So this is me giving back to the community. Thanks for stopping by.. and don't forget to tell your friends!
Windows Server 2003 w3wp.exe high CPU utilization
Windows Server 2003 with SQL and IIS .. customer has .aspx pages on site .. server slowed to a crawl twice this morning .. local network apps very slow .. located the documentation below and restarted IIS services .. all is fine for now, but if the trouble comes back, it might be time to edit the MetaBase.xml !!
=== === === === === === ===
This value and many other parameters must be edited
directly to Metabase.xml, which is the IIS config file.
-At command prompt type iisreset /stop, and press
ENTER. Leave the command window open.
-Open MetaBase.xml with notepad. The file is located
in the systemroot\System32\Inetsrv folder.
-Search for string 'AspProcessorThreadMax' and change
the value within quotes
AspProcessorThreadMax="25"
-Save changes to MetaBase.xml.
-At the command prompt, type iisreset /start, and
then press ENTER
=== === === === === === ===
The proxy server could not handle the request
"POST /dirname/appname.aspx </dirname/appname.aspx>"
Reason: Error reading from remote server
Additionally, a 502 Bad Gateway error was encountered
while trying to use an
ErrorDocument to handle the request
=== === === === === === ===
Original thread #1
-
Original thread #2
Wednesday, September 08, 2004
0 Comments:
Back to top.