Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my web application, there is a section that can be accessed by registered customers only, one of the benefits they get is to provide feedback about the site. now i want this feedback to later be viewed by the administrator on the same site but on the administrator part of the site.. all i need is the logical structure of how i can do this. i am using visual studio web developer express 2010 express. thank you
Posted

1 solution

Send Email in ASP.Net - Feed back Form[^]

You can read on how to set up ASP.NET Membership[^] for differentiating page permissions between administrator and your registered user.

It allows you to group folders / pages etc into Groups / Users. I think you will find this sufficient!

The hierarchy is easily managed by extending the generated databases and procedures.

Also have look on Page permissions[^] for more.

You can use ASP.NET membership with ASP.NET forms authentication by using with the ASP.NET login controls to create a complete system for authenticating users.
 
Share this answer
 
Comments
Rahul Rajat Singh 1-Jun-12 7:31am    
good link. +5.
Prasad_Kulkarni 1-Jun-12 7:33am    
Thank you Rahul!

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