1 write to AllowAnonymous
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
96AllowAnonymous = allowAnonymous;
2 references to AllowAnonymous
System.Web (2)
Profile\HttpProfileBase.cs (2)
503bool fAllowAnonymous = pps.AllowAnonymous; 520settings.Add("AllowAnonymous", pps.AllowAnonymous);