Hi,
I'm trying to deploy my first application with PowerServer 2022 R2 Build 2693.
Deploying to IIS goes through without errors.
When I try to Run Project, I get errors:
2023-07-24 14:08:04.115 ERROR [1524] Failed to parse the app URL(http://dev.honeyplan.fi/CostGrinderDev).
2023-07-24 14:08:04.115 ERROR [1524] Failed to download the config file http://dev.honeyplan.fi:80/CostGrinderDev/apprun.json; ErrorCode: 503; Error: Application Shutting Down.
2023-07-24 14:08:04.079 INFO [1524] The app root path: C:\Users\honeyplan\AppData\Roaming\PBApps\Applications.
2023-07-24 14:08:04.079 INFO [1524] Application name: CostGrinderDev.
2023-07-24 14:08:04.079 INFO [1524] Application server port: 80.
2023-07-24 14:08:04.079 INFO [1524] Application host name: dev.honeyplan.fi.
2023-07-24 14:08:04.079 INFO [1524] Application protocol: http.
2023-07-24 14:08:04.079 INFO [1524] Application URL: http://dev.honeyplan.fi:80/CostGrinderDev.
2023-07-24 14:08:04.078 INFO [1524] The app is now being updated.
I have tried to use path localhost, same errors.
In some documentations I see that there should be also a AppeonAppPool, is this correct? I don't have it.
Also should I have NET 6.0 on IIS since in PB Web APIs Target framework is 6.0?
BR, Hannu