machine.config

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

What's the order for processing of machine.config? If I put a machine.config
in my root directory of the website, will that take precidence over the one
in the framework directory? If not, is there a way to have take precedence?

TIA - Jeff.
 
re:
!> If I put a machine.config in my root directory of the website,
!> will that take precedence over the one in the framework directory?

No.

re:
!> is there a way to have take precedence?

You can configure most properties in the application's web.config.

You will *not* be able to configure machine-wide settings in web.config, though.
You can only configure application-wide properties.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Back
Top