I am using the below,
string fmail = UserPrincipal.Current.EmailAddress();
This is returning the logged in user's email when tried from local machine but when hosted in IIS server i am getting the below error,
Unable to cast object of type 'System.DirectoryServices.AccountManagement.GroupPrincipal' to type 'System.DirectoryServices.AccountManagement.UserPrincipal'.
Please help me with a resolution . I am using asp.net.