DevForce Help Reference
AllowAnonymousLogin Property (ServerSettingsElement)


Determines whether login credentials are required in order to use the application.
Syntax
'Declaration
 
<DescriptionAttribute("Determines whether login credentials are required in order to use the application.")>
<XmlAttributeAttribute("allowAnonymousLogin")>
<DefaultValueAttribute()>
Public Property AllowAnonymousLogin As Boolean
'Usage
 
Dim instance As ServerSettingsElement
Dim value As Boolean
 
instance.AllowAnonymousLogin = value
 
value = instance.AllowAnonymousLogin
[Description("Determines whether login credentials are required in order to use the application.")]
[XmlAttribute("allowAnonymousLogin")]
[DefaultValue()]
public bool AllowAnonymousLogin {get; set;}
Remarks
If set to true, then "guest" or anonymous users may use the application. In n-tier applications, as a security precaution to prevent malicious users from gaining access to your application and its data, be sure to turn this setting off unless unsecured access is intentional.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerSettingsElement Class
ServerSettingsElement Members

Send Feedback