Tags: IIS

HTTP 404 after installing an SSL Certificate

IIS Benjamin Perkins

I was configuring an SSL certificate and once complete, when I attempted to access the website using https://localhost I started receiving a 404 error as shown in Figure 1. Figure 1, 404 HTTP Status after installing an SSL Certificate I tried some shots at troubleshooting the issue using Failed Request Tracing and LogParser to view […]

Read More →

500.19 when setting up WebDAV on a UNC File share

IIS Benjamin Perkins

I have written some instruction on how I setup a WebDAV installation that uses Windows Authentication and UNC here. An important concept to understand before you start setting up a WebDAV solution using this configuration is the difference in behavior when you are logged on and testing from the IIS server versus testing from a […]

Read More →

Troubleshooting badly behaving IIS application pools

WinDbg Benjamin Perkins

There are many reasons why an application pools’ worker process (W3WP.exe) could be behaving badly. The best approach is to capture some memory dumps during the problem situation and then analyze them. The problem with that is the root cause is not always obvious, even after many hours of analysis and investigation. An alternative to […]

Read More →

Setting up WebDAV on IIS using Windows Authentication and a UNC, mapped drive or file share

IIS Benjamin Perkins

I have spent some hours setting up a solution defined in the title of this article. I want to make clear that there are numerous ways of configuring this and there are numerous Kerberos/Windows Authentication configuration possibilities based on different SPNs, IE Zones, Application Pool identities, etc… This article is intended to provide 1 possible, […]

Read More →