Security Question

  • Thread starter Thread starter Robbie Wallis
  • Start date Start date
R

Robbie Wallis

Hello,
Could anyone provide me with an idea of the impact that the following change
would make to security

Modifying the machine.config file and set the "allowDefinition" attribute to
"everywhere"

Thanks

Robbie
 
Hi, Robbie,

I'm not sure about security - I doubt it will have anything to do with
security. What I expect is that (some if not all of) the components will not
be able to handle the different configurations. I.e. if a component has been
designed and programmed to work with one global setting for the machine most
probably there will be some problems if you try to force different setting
for this component per application. Or it might discard totally the
per-application setting. Or it will throw a ConfigurationException.

Just remember to back-up your config files before editing.

Hope this helps
Martin
 

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

Back
Top