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

I am planning to implement Membership into my Asp.Net-MVC web application.

My question is, which table should I used to provide application page based access to respective User role
Ex.
Customer - View Only, Add
Admin - Add,Update,Delete

Something like this.

Do I need to create my own table or there is predefined tables are present for this task

Please update.
Posted

1 solution

Hello,

View this article:
ASP.NET SQL Server Registration Tool - http://msdn.microsoft.com/en-us/library/ms229862(v=vs.100).aspx[^]

This tool creates all the objects needed in the sql server.

Bye.
 
Share this answer
 
Comments
yrishi 14-May-13 8:55am    
Thanks for your reply. I'll check it.
yrishi 14-May-13 9:06am    
I already have SQL Server 2008 installed on my system.
In my database, I found aspnet_Application, aspnet_Membership, aspnet_role etc table . But didn't found any table to specify the user-role & access rights kind of.

Please revert.

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