Starting Identity Server in IIS
  • 14 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Starting Identity Server in IIS

  • Dark
    Light

Article summary

  1. Download and install the .NET Core Windows Server Hosting bundle to the hosting system.
  2. Framework 4.6 should be installed: https://www.microsoft.com/en-us/download/details.aspx?id=48130
  3. Open Internet Information Services (IIS) Manager and create application pool with .NET CLR Version set to No Managed Code.
  4. Create a new site in the Internet Information Services (IIS) and specify the physical path to the folder created when configuring the Identity Server and application pool created during the previous step (3).
  5. Add read permissions to the private key created in Certificates to Application pool account or to IIS_IUSRS user if Application Pool identity is set to ApplicationPoolIdentity.

Was this article helpful?