Hosting Identityserver4 for webapi core project in IIS -
i new identityserver4 , got work webapi core project. created api project , authserver project. able generate tokens based on username , password resides in database. however, 2 projects setup run @ startup @ same time. once starts run 2 console screens running on computer. kind of ugly. how can run silently in iis? run 2 projects separate sites?
you can run behind iis express on 2 different ports, set in each 1 of applications. try : https://andrewlock.net/configuring-urls-with-kestrel-iis-and-iis-express-with-asp-net-core/


Comments
Post a Comment