A. Anonymous B. Certificate C. Forms D.Microsoft Windows Integrated Security
A. Ensure that the Web control inherits from the WebControl class. B. Ensure that the Web control inherits from the Control class. C. Ensure that the Web control inherits from the CompositeControl class. D. Ensure that the Web control inherits from the UserControl class.
A. Access the personalization data from the Session property of the HttpContext object. B. Access the personalization data from the Application property of the HttpContext object. C. Access the personalization data from the Cache property of the HttpContext object. D. Access the personalization data from the Profile property of the HttpContext object.
A. B. C. D.
A. Roles.CreateRole(listName);User.InInRole(listName); B. Roles.CreateRole(listName);Roles.AddUserToRole(useName, listName); C. Roles.RoleExists(listName);Roles.AddUserToRole(useName, listName); D. Roles.RoleExists(listName);User.InInRole(listName);