IRONSOFTWAREHOME

Using IronPDF with IIS: Setup Guide

Curtis Chau
Curtis Chau
Updated: August 2, 2026

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;
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 21,105,021Version:2026.9just released

Get your free 30-day Trial Key instantly.
No credit card or account creation required
C# NuGet Library for PDF
Install with NuGet

Version: 2026.9

PM > Install-Package IronPdf
nuget.org/packages/IronPdf/
  1. In Solution Explorer, right-click References, Manage NuGet Packages
  2. Select Browse and search "IronPdf"
  3. Select the package and install
C# PDF DLL
Download DLL

Version: 2026.9

or download Windows Installer here.

  1. Download and unzip IronPDF to a location such as ~/Libs within your Solution directory
  2. In Visual Studio Solution Explorer, right click References. Select Browse, "IronPdf.dll"

Licenses from $999

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

OR
bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried Iron Suite
Book your free Live Demo
Booking Badge

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required
C# NuGet Library for PDF
Install with NuGet

Version: 2026.9

PM > Install-Package IronPdf
nuget.org/packages/IronPdf/
  1. In Solution Explorer, right-click References, Manage NuGet Packages
  2. Select Browse and search "IronPdf"
  3. Select the package and install
C# PDF DLL
Download DLL

Version: 2026.9

or download Windows Installer here.

  1. Download and unzip IronPDF to a location such as ~/Libs within your Solution directory
  2. In Visual Studio Solution Explorer, right click References. Select Browse, "IronPdf.dll"

Licenses from $999