Click here to Skip to main content
15,923,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I have a question. Take a example, i have a website www.abc.com

Now it contains pages that needs users to provide login information.

eg. www.abc.com/private_page.html

Now if a user open the above link(www.abc.com/private_page.html) without login then how link www.abc.com/private_page.html takes decision to not open.
Posted

1 solution

In ASP.Net you need to use forms authentication. IIS will handle making sure a request is authenticated once you have written code to authenticate the user. Start reading here.[^]
 
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