Hello,
when serverapi is re-deployed, running ICAs get (correctly) invalid session and must be restarted, see picture below.
Any chance to avoid this?
Hello,
when serverapi is re-deployed, running ICAs get (correctly) invalid session and must be restarted, see picture below.
Any chance to avoid this?
What's an ICA?
I see lots of people using whichever abbreviation without explaining a single time what it means. Some of them are well known, others are just invented from lazyness at the spot (not saying yours is Marco).
The other day I was pulled over by a police car. They accused me of "DUI". I asked them "What's the problem?" "Drinking Under Influence, they go kind of hand in hand"!
:)
Hi Marco,
Hot Reload is a feature meant to accelerate development and debugging of a .NET 6 project. It allows you to quickly see the changes in your code reflected in your app without having to manually recompile. It's not meant as a way to hot-swap production code. And while you could, in theory, run your Web APIs inside the server from the IDE to enable Hot Reload, this would mean: 1) the app will have to run on debug mode 2) you wouldn't be able to use IIS and would be tied to Kestrel 3) The application's stability wouldn't be guaranteed
Other than that, Session ID persistence would be a good thing to have. We'll have to wait on the Engineering Team's input to see if that's feasible.
Regards,
Francisco
Hi Marco, Could you email this feature enhancement request to product@appeon.com. It would be useful you explain to our product management team why this is important and of course also mention the new hot reload feature of .NET 6.0. As you probably know, PowerServer 2022 will support .NET 6.0. Thanks.
ICA - Installable Cloud App
https://docs.appeon.com/ps2021/Run_the_installable_cloud_application.html
.m