You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: