AnonymousIdentificationSection.Enabled Property
.NET Framework (current version)
Gets or sets a value indicating whether anonymous identification is enabled.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("enabled", DefaultValue := False)> Public Property Enabled As Boolean
Property Value
Type: System.Booleantrue if anonymous identification is enabled; otherwise, false. The default is false.
If Enabled is set to true, a cookie is used to manage the user's state information.
.NET Framework
Available since 2.0
Available since 2.0
Show: