-
Posted to
Performance
by
ahmad.osama
on
09-08-2009, 11:45 AM
[quote user="steve schofield"]Take a look at this link
http://www.orcsweb.com/blog/post/Using-IIS-Debug-Diagnostics-to-troubleshoot-Worker-Process-CPU-usage-in-II6.aspx[/quote]
Thanks Steve....I know how to take a dump..but I have difficulty in interpretting them...plz help me with that.....
-
Posted to
Performance
by
ahmad.osama
on
09-07-2009, 11:48 AM
I have tried to use debugdiag several times but am unable to understand the log files that are created.....can you help me with this....
-
Posted to
Performance
by
ahmad.osama
on
09-07-2009, 2:30 AM
[quote user="steve schofield"]The session architecture you are using is good for lasting through recycles. However the error you posted is due to too many failures in the app pool. You should investigate what is causing it to crash. The reason it's crashing is rapid fail protection is kicking in. You can ...
-
Posted to
Performance
by
ahmad.osama
on
09-03-2009, 2:03 PM
Thanks Steve....I am wondering if this is any way related to Page faults/sec...I collected perf counters for 5 hrs...and the avg values are Memory:Available MB:2200;Page Faults/sec:3000;Pages/s:7
I am wondering why the page faults are so high though 2GB of memory is free.
-
Posted to
Performance
by
ahmad.osama
on
09-03-2009, 2:55 AM
Users are getting the service unavailable msg in a web app....this is the corresponding msg in event log.
A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '140'.
We are using sql server session state for storing sessions, so the expected behavior is that the pool ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
ahmad.osama
on
08-11-2009, 12:16 AM
[quote user="kateroh"]Ahmad,
You can configure your sync operation to include app pools by enabling AppPoolExtension. For example:
msdeploy -verb:sync source:appHostConfig="Website1" -dest:package=backupOfWebsite1.zip -enableLink:AppPoolExtension
One of the advantages of using Web Deployment Tool is that you can backup ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
ahmad.osama
on
08-10-2009, 1:00 AM
Hi,
When installing application pools are not automatically created....
I found a tool web application installer on codeplex...I think it will fulfill my needs....
-
Posted to
Performance
by
ahmad.osama
on
08-07-2009, 6:10 AM
[quote user="Leo Tang - MSFT"]Hi,
Below is an article about troubleshooting the out of memory exception issue, perform the steps in this article should helpful for you to determine the root cause
ASP.NET Tips: What to gather to troubleshoot - part 5 – ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
ahmad.osama
on
08-07-2009, 5:22 AM
thanks....one more thing....can i use this package with an msi installer to create a complete setup for my web application.....
-
Posted to
Web Deployment Tool (MS Deploy)
by
ahmad.osama
on
07-25-2009, 2:22 PM
thanks... I have tried the web deployment tool, but there are issues when configuring web application on different IIS versions...