Search Results for: trouble shooting

How (I) configured Azure Active Directory into my ASP.NET MVC OWIN web application

ASP.NET Benjamin Perkins

Before I get started, keep in mind, that I am not a security expert, if you want to enable security for your Azure App Service Web App I recommend using EasyAuth as described here, so much easier, IMO. You likely get some benefits from the ‘Change Authentication’ features of: No Authentication Individual User Accounts Work […]

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 6: Using HTTP, W3SVC, WAS and W3WP

IIS Benjamin Perkins

There is a lot going on when a client makes an HTTP request to IIS. There are numerous kernel mode and native mode components that are used to route the request to the W3WP process which ultimately responds to the request. Figure 1, Using HTTP, W3SVC, WAS and W3WP See Table 1 for a list […]

Read More →

Lab 5: Basic and Advanced Application Pool Settings

IIS Benjamin Perkins

In this lab you will learn about the Basic and Advanced application pool settings. The interface to change the behavior of the W3WP.exe process in which the web site runs is provided through these two settings windows. Lab 5.1 – Basic Application Pool settings Click on the Application Pools folder to view the list of […]

Read More →

Lab 4: Install and configure Failed Request Tracing

IIS Benjamin Perkins

I have written an article here that explains how to install and configure Failed Request Tracing. Please use that for reference. In this lab you will: Install the Failed Request Tracing (Tracing) role Configure Failed Request Tracing Capture and review the Failed Request Trace If you have not completed the previous labs, specifically Lab 2, […]

Read More →