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