Configuring - General Tab - Authentication
From Visual WebGui Wiki
Contents |
Overview
This article is a part of articles on Configuring Visual WebGui application General tab
Settings
| Authentication settings | Default value | web.config | Description |
|---|---|---|---|
| Logon Form | | <WebGui> <Authentication Mode="Main" Type="Gizmox.WebGui.Sample.Forms.Logon, Gizmox.WebGui.Sample"> </WebGui> | Logon from to use. Must inherit from Gizmox.WebGui.Forms.Authentication.LogonForm |
| Mode | None | The Authentication mode to use. Currently only supports None and Main. Using Main requires setting Logon Form also. | |
General
Visual WebGui currently uses authentication seperated from ASP.NET authentication and is set as the above table indicates. You should be aware of that in some versions of Visual WebGui, there are some peculiarites involved in using the integration tabs to set the Logon Form. What is known to work though, is that before you try setting the Logon Form, you should register your Logon form as one of your externally available entry points (startup form or mainform), and then you can easily set it via the integration tabsx.
See also
