TunaAdmiral
MIS
Good afternoon!
Handling web-page access using the web.config file is very unwieldy when you have a few thousand users.
There must be another way of doing this (by allowing access by groups, or something.)
I can control access to each page in the code-behind for each page, but this would also be very unwieldy, and would require me to recompile my code every time I add or change a user.
What are other folks doing to control user access to specific pages and directories within a website?
Thanks!
Mikeymac
Handling web-page access using the web.config file is very unwieldy when you have a few thousand users.
There must be another way of doing this (by allowing access by groups, or something.)
I can control access to each page in the code-behind for each page, but this would also be very unwieldy, and would require me to recompile my code every time I add or change a user.
What are other folks doing to control user access to specific pages and directories within a website?
Thanks!
Mikeymac