Hi everyone, i wrote an ASP.net webpage which takes the windows ID of the current user (WindowsIdentity.GetCurrent().Name), and therefore decides whether to show him any results or not . The page also connects to AMO (Analysis Management Objects), and ActiveDirectory (to get a list of users). These connection...