Hi, I need to do something with ASP.Net, I have users that are going to have 3 different kins of roles/profiles: Administrators, Salesman and Responsibles. According to each one of these user will have access or not to some pages and/or delete, add, modify data from the db.
The question would be: is it much better to build a customized table in the db due to i need to work with this info from another tables and do reports, or, use the ASP.Net configuration option?
Either the answer, can u help me with some examples or web pages with this?
Thanks in advance for the help.
The question would be: is it much better to build a customized table in the db due to i need to work with this info from another tables and do reports, or, use the ASP.Net configuration option?
Either the answer, can u help me with some examples or web pages with this?
Thanks in advance for the help.