Authentication Problem
-
Hi We've encountered an authentication problem in a live-environment. Everything went fine in the test and stage environments. I'm out of ideas and need your help! Setup: - Impersonate is set to true in web.config - Anonymous access is turned off - Windows authentication is turned on Authorization: I have a setting in web.config, let's call it "AdministratorsGroup" and then I use this in the master page using Page.User.IsInRole to see if the current user is part of that active directory domain group. This works perfectly fine in our test environments, but once installed in a live environment, an exception is thrown: "Error in the relation between the confidence/reliance of the main domain and the domain which it relies on. " Any idea's on what might have happened?