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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -