WebConfigSettingIdsCustomLogOnPage Field |
If a custom logon URL is specified, any user who accesses the logon page (for example, by logging out, or by session time-out)
will be re-directed to the URL entered here instead.
Namespace:
Dundas.BI.Web
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static readonly Guid CustomLogOnPage
Public Shared ReadOnly CustomLogOnPage As Guid
public:
static initonly Guid CustomLogOnPage
static val CustomLogOnPage: Guid
Field Value
Type:
GuidRemarks The value of this constant is 8df92bb2-639f-4428-9f1b-1a1e09f5d8bf.
Data Type:
String.
Default Value:
Empty.
If the original logon page is needed at some point, it can still be accessed (without changing this
setting) by appending ?doNotForward=true to the /Logon/ URL.
Example value: http://myinternalurl.example.com/logonPage/.
See Also