Re: Setting external user as admin (Integration)

  •  08-27-2009, 6:20 AM

    Re: Setting external user as admin (Integration)

    I've found the error that I made.
     
    I was missing a method call:

    1.  return new AppChatIdentity(HttpContext.Current.User.Identity.Name, false,    
    2.          ToUserId(HttpContext.Current.User.Identity.Name), HttpContext.Current.Request.UserHostAddress); 
     Now it's working like a charm!
View Complete Thread