ApplicationContext not working on win server 2016 #1667
-
Hi everybody, I deployed the same server side Blazor app to two different webservers (2012 R2 and 2016). Both apps work fine except ApplicationContext.User, which has no data (.User.IsInRole()) in winserver 2016. Any ideas, what could be the reason ?
|
Beta Was this translation helpful? Give feedback.
Answered by
rockfordlhotka
Jun 8, 2020
Replies: 1 comment 1 reply
-
Same version of .NET? Are you using a custom principal/identity, or |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rockfordlhotka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same version of .NET?
Are you using a custom principal/identity, or
ClaimsPrincipal
andClaimsIdentity
?