BlazorServer : ApplicationContext issue on IIS Hosting #2714
-
Version and Platform Hi Folk, I'm facing an issue with the Blazor Server application that can be produced with the Project Tracker solution.
Using the PC (the one with the issue) and after targeting IIS with VS2019, I have set a breakpoint on the page Index (see code below) and use the Immediate window to verify that the ApplicationContext.User property is correct.
It's seems the ApplicationContext have been lost after that the page is refreshed (OnParametersSetAsync) During the investigation, i have notice that the very same application when hosting in Kestrel make the issue disappear. So I have also give a try to publish the application on IIS with the in-process and the out-of-process hosting => the issue is back. Last point, I have tried differents version of csla / projectTracker on the rebel PC :
Does someone has already encounter this issue ? Thanks a lot for you feedback in advance, Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are known issues with server-side Blazor in CSLA 5. Fixing them has been a massive effort, and includes many breaking changes - all of which are in CSLA 6. |
Beta Was this translation helpful? Give feedback.
There are known issues with server-side Blazor in CSLA 5. Fixing them has been a massive effort, and includes many breaking changes - all of which are in CSLA 6.