Nov 14, 2009
Here is article I put together (with pictures) using process monitor to filter information on a specific W3WP process, listing USER property. I commonly reference how to do this @ http://forums.iis.net http://www.iislogs.com/articles/processmonitorw3wp...
4 comments
Tags: IISTroubleshooting
May 24, 2009
Performance counters are a wonderful tool when it comes to quickly assessing system health and performance of Windows subsystems. In addition to learning much about the operation of Microsoft products, exposing performance counters from your own code...
2 comments
Tags: IIStroubleshootingDebugging
May 11, 2009
When using the IIS 7.0 Integrated pipeline, you gain access to a ton of cool scenarios where IIS and ASP.NET features work together to provide value for your application – regardless of the application content. Most of these features involve using...
0 comments
Tags: IIS7ASP.NETIIStroubleshooting
Sep 12, 2008
Knowing when to restart IIS to pick up various types of changes to your application has traditionally been a challenge. IIS and ASP.NET are both stateful software systems, which heavily rely on cached state that is loaded once to provide high performance...
2 comments
Tags: IIS7ASP.NETIIStroubleshootingdevelopmentAppCmd
Aug 01, 2008
When dealing with hard to find IIS 7.0 errors, I break out the trusty Failed Request Tracing. My favorite way of doing this is through the command line...( read more ) Read More...
2 comments
Tags: IIS7IIStroubleshootingAppCmdTools
Jan 23, 2008
Due to demand for the original PortCheck tool , I decided to release the updated version that I myself have been using that has a few more features to help diagnose connectivity issues. Download the tool, source code, and find out more about diagnosing...
1 comments
Tags: IIStroubleshootingGoodiesTools
Feb 15, 2007
If you are pointing your W3SVC log files to a location that is incorrect or goes offline, especially if it is a remote UNC share like \\server\logs – your requests on IIS 6 could be slower. The reason is that HTTP.sys wants to write an entry for...
1 comments
Tags: IISTroubleshooting