Starting Identity Server in IIS
- 14 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Starting Identity Server in IIS
- Updated on 14 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Download and install the .NET Core Windows Server Hosting bundle to the hosting system.
- Framework 4.6 should be installed: https://www.microsoft.com/en-us/download/details.aspx?id=48130
- Open Internet Information Services (IIS) Manager and create application pool with .NET CLR Version set to No Managed Code.
- 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).
- 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?