Search Results for: trouble shooting

Displaying detailed error messages in IIS

IIS Benjamin Perkins

One of the first questions I ask when troubleshooting an IIS case is “What HTTP Status code are you receiving?” I ask this question because it sets the direction for further analysis. In this example I want to discuss the 404 status code and how you might need to make some changes or do some […]

Read More →

Enable and Activate Failed Request Tracing Rules

IIS Benjamin Perkins

There is a new troubleshooting capability available in IIS 7, it is called Failed Request Tracing Rules. It provides a lot of very useful information which can help pinpoint the cause of performance problem or error. At the moment it is not installed by default and you may see the setting as shown in Figure […]

Read More →

Modifying IIS 6 log data in Windows 2003

IIS Benjamin Perkins

All IIS logging properties are not selected by default. Some of them, which are not selected by default can add some valuable information when troubleshooting performance or availability issues. To modify the properties which IIS 6 logs, first select the web site which you want to log and select properties as show in Figure 1. […]

Read More →

Setting up performance counters for ASP.NET

ASP.NET Benjamin Perkins

Troubleshooting a performance problem can be very complicated. Unfortunately, in many cases you prepare and begin learning about how to fix a performance problem when it is happening or just after a performance problem. The fact is, you need to monitor your system and gather statistics on what is considered “standard operating performance” before a […]

Read More →