Using IronPDF with IIS: Setup Guide

IronPdf and IIS

Framework

  • Multiple Websites: Hosting multiple websites in the same app pool is not supported because Chrome only allows one initialization call per process. Separate app pools are required.
  • Site Configuration Changes: Even with separate app pools, modifying the site configuration or content may cause IIS to attempt to restart Chrome automatically. This will result in a crash since Chrome does not support reinitialization without a full restart.
  • Restart Requirements: After a crash, a website restart is necessary. If the problem persists, a complete Application Pool restart may be required.

Core/.Net

  • App Pools: Core/.Net naturally enforces the use of separate app pools.
  • Reliability: This setup works well with IronPDF. Changing the application content usually does not necessitate a full restart.
  • Multiple Sites: You can run multiple sites on the same IIS web server using IronPDF without issue.
  • LiveReload: This feature is not supported.

We are actively improving detection mechanisms and working towards clearer, more helpful exception messages for this increasingly rare setup requirement.

From IronPdf version 2022.7.6986, please try setting Installation.SkipShutdown = true. This can be found in the API documentation.

API Reference - IronPdf Installation

// This setting prevents unnecessary shutdowns which may occur on site configuration changes.
IronPdf.Installation.SkipShutdown = true;
// This setting prevents unnecessary shutdowns which may occur on site configuration changes.
IronPdf.Installation.SkipShutdown = true;
' This setting prevents unnecessary shutdowns which may occur on site configuration changes.
IronPdf.Installation.SkipShutdown = True
$vbLabelText   $csharpLabel
Curtis Chau
Technical Writer

Curtis Chau holds a Bachelor’s degree in Computer Science (Carleton University) and specializes in front-end development with expertise in Node.js, TypeScript, JavaScript, and React. Passionate about crafting intuitive and aesthetically pleasing user interfaces, Curtis enjoys working with modern frameworks and creating well-structured, visually appealing manuals.

...

Read More
Ready to Get Started?
Nuget Downloads 16,315,602 | Version: 2025.11 just released