Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I studied some articles on custom athentication for admin and the users. Usually admin has the constant contents such as managing products , managing users. But when users login different users have their own page and dere own dynamic contents. such as every user have its own particular orders for buying prticular prducts e.t.c.

I am new in that.

Can anyone help on this.

Please guide me some suitable Links or reference.
Posted
Updated 3-Jul-11 20:17pm
v2

I have some tips for you?
- You need study Authentication and Authorization http://msdn.microsoft.com/en-us/library/ff649100.aspx[^]
- How to manage User rights
- As you said, every user have their own page,
You suppose to storing info user wise so on protected page you can display info based on logged in user
 
Share this answer
 
v2
Comments
codegeekalpha 4-Jul-11 2:19am    
not too much helpful...
Parwej Ahamad 4-Jul-11 2:27am    
Dear it's normal process for all sites:
- Create list of users in your appliation
- Provide rights for each users like user, admin etc
- Better to use this structure, create two separate folder called Admin and procted
- Through authorization, Admin folder for only admin rights user
- finally on UI level display info based on right and logged in
Go with link, Pluralsight owners posted great free videos may helped you:
http://www.asp.net/web-forms

Thanks,
Parwej
Hope this[^] article might help you.
 
Share this answer
 
Comments
codegeekalpha 4-Jul-11 2:38am    
i am not getting it.. its not helpful.. i need coding example

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