Specifies configuration section and namespace declarations.
Questions tagged [configsection]
47 questions
0
votes
1 answer
web.config custom section inheritance
I'm trying to get a custom web.config section to get inherited by an application's web.config in a website subfolder.
The custom section works fine in the main website, but it appears the custom section isn't inherited.
Other elements in the…
Anthony
-1
votes
2 answers
How to read and write INI files as a section using python configparser?
I have Db.ini files and i want to read and write the file as a section using python's configparser.Can anyone explain me how to read and write the config file as a section using configparser?
Db.ini
[mysql]
host = localhost
user = user7
passwd =…

Saravanan Selvam
- 109
- 1
- 2
- 12