Click here to Skip to main content
15,894,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello every body iam new web d
add login authencation to ready web site project throw webconfig to some pages not all



</authentication>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>

i have a web site done and i add edit pages to it and i add login page to
administrator i want to pass throw log in page and deny the author to pass to edit pages untill log in
Posted

1 solution

Google: MSDN has a tutorial which walks you through what to do: Walkthrough: Creating a Web Site with Membership and User Login[^]
 
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