authorization - other than web.config?

C

Chang Lui

This might be a stupid question - but is there any way to store
authorization infomation (allow users="" deny users="") somewhere other then
a web.config file. We have a very large site with many foldes that requires
different authorization. We would like to build a admin.tool to help us and
it would make life a bit more simple if you could edit authorization in a
SQL server db instead of multible web.config-files.

Can you help?

Thanks
 
G

Guest

This might be a stupid question - but is there any way to store
authorization infomation (allow users="" deny users="") somewhere other then
a web.config file. We have a very large site with many foldes that requires
different authorization. We would like to build a admin.tool to help us and
it would make life a bit more simple if you could edit authorization in a
SQL server db instead of multible web.config-files.

Can you help?

Thanks

Consider a Role-Based Authorization:
http://www.google.com/search?hl=en&q=asp.net+forms+authentication+with+roles

Instead of giving permissions to the users you can give permissions to
the roles.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top