Search Results

2
votes

In my codebehind class, how do I retrieve the authorized roles?

// set the configuration path to your config file string configPath = "??"; Configuration config = WebConfigurationManager.OpenWebConfiguration(configPath); // Get the object related to t …