Browse by Tags
All Tags »
Security (
RSS)
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...
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...
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...
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...
More Posts