Print Page | Close Window

Security Example

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2654
Printed Date: 13-Apr-2026 at 7:43pm


Topic: Security Example
Posted By: neelam
Subject: Security Example
Date Posted: 09-May-2011 at 3:33am
I need an example in which ASP.NET security is disabled, AllowAnonymous Access is true so that user can register. And after logging in to the application user can use application.



Replies:
Posted By: sbelini
Date Posted: 09-May-2011 at 11:15am

Hi neelam,

If not using ASP.Net authentication, you must implement IEntityLoginManager.
You can find a simple sample implementing a custom IEntityLoginManager http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-secure-windowsauth - here .
You can also find more information about authentication in the http://drc.ideablade.com/xwiki/bin/view/Documentation/secure - DevForce Resource Center .
Silvio.



Print Page | Close Window