Lab 23: Troubleshooting 400 and 404

IIS Benjamin Perkins

Prerequisites Review the requestFiltering attribute here Read information about HTTP 400 – Bad Request here Check out the new Microsoft Message Analyzer here Check out Network Monitor here Setup Install and Configure CSharpGuitarBugs on an IIS server as described in Lab 1 Lab 23-1 Access the CSharpGuitarBugs website from a client machine, not from the […]

Read More →

Lab 22: Deploy and create a custom Module and Handler

IIS Benjamin Perkins

This is a important concept to know and it really isn’t an intuitive one, you need to get into the guts of IIS or configure some 3rd party web based application to ever see or configure modules and handlers in IIS. When you install ASP.NET for example, the handler is installed and configured by default. […]

Read More →

Lab 15: Debug Diagnostics

IIS Benjamin Perkins

Setup Setup the CSharpGuitarBugs web site as described in Lab 1 and Lab 2. Download and install most recent version of Debug Diagnostics,from here. Also check debugdiag.com Instructions Debugging a process crash is a challenging activity. Although you know the exception type, the exceptions error message and you know the method that it is being […]

Read More →

Lab 13: Using LogParser

IIS Benjamin Perkins

Setup Install LogParser 2.2 from here. Remember that IIS Log default to GMT and not local time, write queries accordingly Review this article which goes into great detail about LogParser Review this link which describes HTTP error codes Review this link which describes IIS error codes You can get a copy of the queries, iis […]

Read More →

Lab 12: IntelliTraceCollector

IIS Benjamin Perkins

Prerequisites Read about the InteliTraceCollector here Read about debugging the iTrace in Visual Studio here Download the InteliTraceCollector here, view system requirements Some PowerShell understanding, perform Lab 8 Setup Install and Configure CSharpGuitarBugs on an IIS server as described in Lab 1 Copy IntelliTraceCollection.exe to the IIS web server and expand into c:\IntelliTraceCollection and install […]

Read More →