I deployed my PB 2021 app using PowerServer Project on my local IIS server and then remotely without any issue. I then started deploying the second PB 2021 application locally, repeating the same steps as for the first app. When I completed the whole process and tried to run the second app in the browser, I got an error: "HTTP Error 500.32 - Failed to load .NET Core host." When I deleted the folders with the second app, CloudAppPublisher and web_apis from wwwroot and deleted the app and web_apis sites and Application Pools from IIS and restored all those folders and sites for the 1st app, everything works fine.
Does anyone know how to deploy a second PB application on the same IIS server? Specifically, should I deploy only the new app folder and leave the CloudAppPublisher and web_apis created for the first app as they are? Or do I need to copy these two folders for the second application to wwwroot by renaming them somehow? If so, how can I link these two folders to the proper application?
I would really appreciate answers to my questions or any additional instructions for deploying the 2nd PowerServer project,
George