Authentication

From Visual WebGui Wiki

Jump to: navigation, search


Contents

Authentication in Visual WebGui and ASP.NET

Future contents

This article should discuss all the aspects of Authentication in Visual WebGui including discussion of that Visual WebGui and ASP.NET currently use seperate authentication methods. Samples of authentication in Visual WebGui, ASP.NET and combined Visual WebGui+ASP.NET sites should be supplied.

Tips and Tricks

Using authenticated ASP.NET and no authentication for WebGui

Visual WebGui uses a seperate mechanism for authentication than the one ASP.NET uses. We have an open task to allow some overlapping of authentication between the two. When it is done, it should should allow you to use ASP.NET authentication in a virtual directory that hosts both pure ASP.NET and a Visual WebGui application, at least partially.

Currently you can use ASP.NET authentication for the ASP.NET pages and no authentication on the Visual WebGui application. To accomplish this, you need to open an ASP.NET application, set the Web.config to have authentication of the pages. Create a Visual WebGui application and copy the WebGui section and all the other Visual WebGui relevant section in the Web.config file to the Web.config file of the ASP.NET application.

See also

Samples of use

SDK Version highlights

References

Forum threads

Code samples

Other references


Personal tools