I’m encountering a significant issue with authentication in my Blazor application hosted on a Windows Server within a LAN environment.
Problem Description:
Whenever I turn off the IIS server to install updates for the application and then turn it back on, users find themselves logged into incorrect accounts. For example, I might be logged in as Admin, but after the restart, I find myself connected as a different user. This issue affects all users on the LAN, causing them to be logged in as different accounts, not their own. Additionally, the logout function ceases to work properly when this happens.
Has anyone experienced a similar issue or have any insights on what might be causing this problem? Any advice or suggestions would be greatly appreciated.
Thank you!