skoruba / IdentityServer4.Admin

The administration for the IdentityServer4 and Asp.Net Core Identity
MIT License
3.56k stars 1.15k forks source link

IdentityServer4.Admin Deployment #1018

Open Digisaman opened 1 year ago

Digisaman commented 1 year ago

I can run both the Admin & STS projects locally, but there are issues when deploying to a server. I changed configuration urls according to the docs Published both solution to a windows server(diffrent https ports which will be mapped to https urls in a firewall)

using IIS 10 & windows server 2016 IdentityServer STS works fine But I get this error when running the Admin app :

HTTP Error 500.32 - Failed to load .NET Core host

I'd appreciate any hints or test to resolve the issue

Digisaman commented 1 year ago

update : resolved, I Changed the publish method from "framework-dependent" to "self-contained"