I'd like to mimic the behavior of the "profile provider" that is available in .Net. The profile provider acquires profile properties from the web.config
and those properties are immediately available as an enum
for use in the code behind.
I'm unsure how to do this, and wondered whether someone may be able to help.
Essentially I'd like to allow developers to enter Role
information into the web.config
, and then have this role information available for use within an enum
in the codebehind.
Thanks in advance!