Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
Am very new to asp.net,now in my application I have two folders(user,authenticated)inside the user I have login page it is connected to database..inside authenticated folder i have one page like default.aspx..and i have one page outside to these folders page name is home page..Home page is start up page in the home page i have three links login,signup,Default..When user try to access the Default page i want to redirect the user into login page...after authentication i want to allow to access the Default page..
How Can I do this?
thanks In advance.....
Posted
Comments
ZurdoDev 8-Nov-12 15:22pm    
You'll use Forms Authentication. It's too involved to try and tell you every little step here but I would suggest reading up on it, starting at http://msdn.microsoft.com/en-us/library/ff647070.aspx

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900