Tags: IIS

What’s new in IIS 8.5 – Microsoft Internet Information Services 8.5 New Features

IIS Benjamin Perkins

With the release of the new version of Windows Server 2012 R2 comes a new version of IIS, IIS 8.5. The new features can be broken into 2 categories, Scalability and Manageability: Manageability – Logging Enhancements Manageability – ETW Events Scalability – Dynamic site activation Scalability – Idle Worker Process Page-out Certificate Rebind – see […]

Read More →

Application Initialization not making a request to the initialization page

IIS Benjamin Perkins

Setting up Application Initialization is pretty straight forward. Instructions can be found here or here. After setting it up the Application Initialization module with these parameters: autoStart = True startMode = AlwaysRunning when IIS was restarted the W3WP worker process was started up and running just as expected. Figure 1 shows a Process Explorer Properties […]

Read More →

Some tips for troubleshooting 503 HTTP Status codes

IIS Benjamin Perkins

503’s are challenging HTTP status codes to resolve. Sometimes they happen what appears to be random and other times they are shutting down your entire website. When you see a 503 in your HTTP Error log or IIS Logs randomly I like to recommend that the default setting of the application pool recycle be changed. […]

Read More →

Creating custom, language specific error pages in IIS

IIS Benjamin Perkins

Some time ago I wrote an article that provided information about how to implement customer error pages into IIS. That article was focused only on providing a custom error page in a single language. This article will cover instructions on how to configure IIS to use the language setting in Internet Explorer to choose a […]

Read More →

It’s not IIS

IIS Benjamin Perkins

Before joining Microsoft, I worked for many years in a large corporation supporting IIS. When there was a disruption of service management always wanted, and needed to know what happened. It is a standard practice that management wants to understand so that actions can be taken to prevent it from happening again. The OS team, […]

Read More →