.Net Framework >> ADM for .NET configuration??

by QW5kZXJzQmo » Fri, 27 Aug 2004 15:27:02 GMT

I'm looking for a way to configure "Runtime Security Policy" in .NET
configuration using AD. I've heard that there is something called ADM that
you can install that gives you the possibility to set these thing in Active
Directory. Has anyone heard of this? Where can I download this ADM for .NET
configuration?

.Net Framework >> ADM for .NET configuration??

by Sijin Joseph » Fri, 27 Aug 2004 16:26:11 GMT


Similar Threads

1. Contrl Panel items won't open, says, "op canceled, contact sys adm

2. ADM File?

Is there an adm file for .net framework so that I can manage the settings in 
AD? I have not be able to find one searching the web. Anyone know if there 
is one, and where I can download it?

Thanks for any help! 


3. Microsoft Configuration Block and Enterprise library configuration tool - Asp.Net

4. Windows service configuration - registry or configuration file?

Before .NET I would always use the registry to configure a service.
Now, app.config files seem to be the preferred way in most executables.
Can services use configuration files?

Thanks ...

5. System.Configuration.Configuration.Save not working - .Net Framework

6. Backwards compatibility of System.Configuration.Configuration?

Hi...

I've got an old app config that I'm trying to work with using the new 2.0 
config framework, e.g.
<configuration>
   <configSections>
     <section name="Test" 
type="System.Configuration.NameValueFileSectionHandler"/>
   </configSections>

   <Test>
      <add key="test" value="this"/>
   </Test>
</configuration>

If I parse this config with 
ConfigurationManager.OpenMappedExeConfiguration() or OpenExeConfiguration() 
and then execute
config.GetSection("Test");
I get back a System.Configuration.DefaultSection.

My problem is that I can't seem to do much with that.  
SectionInformation.Type = "System.Configuration.NameValueSectionHandler", 
but SectionInformation.ConfigSource = "" and
ElementInformation.IsCollection = false
ElementInformation.Source = null

I found some articles/examples of how to code new section handlers to the 
ConfigurationSection/ConfigurationElement model, but is there any way to get 
backwards compatibility to old handlers?  Am I missing something or is this 
just not a bridge I can cross?

Thanks
Mark

7. System.Configuration.Configuration - CSharp/C#

8. Configuration Application Block: Multiple configuration sections in one file: