asp.net web.config file

  • Thread starter Thread starter Juan T. Llibre
  • Start date Start date
J

Juan T. Llibre

You can have as many web.config files as you have directories.

The web.config settings will apply to whichever directory the web.config file is in
....plus all the subdirectories under that directory, unless a subdirectory has been
configured as another application ( a nested application, in that case. Don't do that. ).

The only restraint is that application-wide settings can only be
placed in a directory which has been configured as an application.




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/
===================================
 
Hi everyone,

Im fiddling around with connection strings and found out that conn strings
can be stored in web.config

May I know where is this file located?

or I can create within the site root of my www folder?

Or was it generated by default?

Please advise.

Thanks.
 

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