create your own settings in xml
I’m in a ASP.NET project where I need to give several parameters to the administrator that is going to install the website, like:
I’m in a ASP.NET project where I need to give several parameters to the administrator that is going to install the website, like:
My asp.net app has is using a web.config for common configuration. I also have a section that maps some data objects to connection strings, and that section is going to be couple thousand of lines. I want to move that section to another config file “dataMappings.config”, so I don’t bulk up web.config – is there a standard mechanism of accessing that config file?
With NInject (preferably 2.0), what options do we have wrt wiring up our object dependencies in a web application?
In my .net 4 solution, i have two different projects- an web application project and a class library project.
I’m doing research for an article on the ASP.NET Pipeline, but none of the resources I’ve covered so far adequately explain when the machine level, and application level, and possibly even sub-application level, web.config files are read.
I am using ConfigParser to read the runtime configuration of a script.