How to use Authentication and Autherization in asp.net
I am developing an article blog website seems like our csharpcorner.com. The visitors how see my website would able to read the content, if they want to download or post an article it ask for Registration or login. and login user should also watch all the posts like visitors. (same as csharpcorner). Please give a sugession for development

Abhishek KumarPosted Sep 16, 2014, 5:24 AM
Hi,
Please mark it as accepted answer if it helps you :) :)
Abhishek
Karthik RajPosted Sep 16, 2014, 12:29 AM
Abhishek KumarPosted Sep 12, 2014, 7:19 AM
Please find very nice article with a sample application for form authentication role based.
http://www.aspsnippets.com/Articles/Implement-Role-based-security-using-Forms-Authentication-in-ASPNet.aspx
Hope this will help.
Let me know if you need any thing like sample code?
Karthik RajPosted Sep 11, 2014, 11:51 PM
Abhishek KumarPosted Sep 11, 2014, 5:54 AM
You need to create role based website.
Use form bases authentication to authenticate users.
Authenticated users need a role based autherization /permission for the tasks listed.
Abhishek