Anas Ghanem

ASP.NET from the middle east

Syndication

Sponsors

News


    Subscribe in a reader

Browse by Tags

All Tags » Security (RSS)
Login control FAQ :
This post contains some of the most asked questions when using login control. 1- how to redirect users to different pages based on their roles. This can be done by handling the LoggedIn event of the Login control. protected void Login1_LoggedIn( object...

Posted by anas | 1 comment(s)

Sharing ASP.NET security Database between different applications
This blog will mention the steps that is required to share the asp.net security database between different applications. The steps to follow : Since you are going to use one database for many applications , it will not be practical to have the database...

Posted by anas | 1 comment(s)

Filed under: ,

Preventing the Deleted Users from logging to your site
while working with Forms Authentication and Membership services , if the user selects " remember me " check box in the login dialog ,the runtime will create a persistent authentication cookie for him, the persisted cookie is responsible to keep the user...

Posted by anas | 2 comment(s)

Filed under: ,

Redirecting the Users to different page based on there roles
Hi, While working with login control , you may need to redirect each user for a different page based on there roles.To do this , you can handle the LoggedIn event of login control( which will be fired after the user logged in successfully) protected void...

Posted by anas | 5 comment(s)

Filed under: ,

More Posts