我正在使用UserPrincipal.Current.ToString()
域中的方法获取具有有效域的当前登录域用户。但是当我在一个字符串中显示它时,它在 IIS 服务器中托管时给出错误:
Unable to cast object of type 'System.DirectoryServices.AccountManagement.GroupPrincipal'
to type 'System.DirectoryServices.AccountManagement.UserPrincipal'.