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?

enter image description here

enter image description here

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

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -