Hi. I'm running PB2022 R3 build 3356.
I got one app up and running through PowerServer in both within the IDE and external IIS.
I am working on a second one, which I got functioning within the IDE with a Cache created in the project. Everything was looking good. I went and took the steps to create dynamic caching by using SnapDevelop to modify the files to be exactly the same as the first app, pointing to the cache database.
As soon as I did that, I am getting "Application not found" errors.
I browse out to: http://localhost:5381/api/Application/LoadAll and I get a JSON list, but it only shows the original app. Could someone tell me where this data lives and if I can modify it? If not, is there a trick to deploying multiple apps? Thank you!
[ { "applicationname": "emrmanager_cloud", "configuration": { "maxspcache": 50, "runmode": 0, "session": { "timeout": 10800 }, "request": { "timeout": 10800 }, "transaction": { "timeout": 3600, "transactionexception": true }, "cloudtransactions": { } } } ]