Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
We are attempting to deploy our application (dev laptop version behave as expected) to our staging enviroment (single IIS site). xxx.HttpApi.host published and angular prod build but in wwwroot. The main issue currently is there is a disconnect on the auth server as when click login we get a 500 UNAUTHORIZED Client. We can manually navigate to /Account/login and login however most idenitity function don't work.
We configured environment.prod.ts changed the urls to match the qa enviroment. The app setting in HttpApi.host SelfUrl,ClientUrl and Authority urls all set to match the staging server url.
The other issue there is no log file being produced in logs so difficult to troubleshoot. (If we run it outside IIS with dotnet command line the log is created)
We do find information on deployment scenarios (with where the configuration is for each) for the commercial version?
UPDATE: We have seperated the HttpApi.host and angular to seperate IIS sites and adjusted the url settings of each. The site now loads and we can login however we have noticed a few strange expierences,