<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Accessing_Configuration_Settings</id>
		<title>Accessing Configuration Settings - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Accessing_Configuration_Settings"/>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Accessing_Configuration_Settings&amp;action=history"/>
		<updated>2026-05-12T18:51:09Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://logicwiki.co.uk/index.php?title=Accessing_Configuration_Settings&amp;diff=121&amp;oldid=prev</id>
		<title>Dt1nh6: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Accessing_Configuration_Settings&amp;diff=121&amp;oldid=prev"/>
				<updated>2016-05-09T13:27:20Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:27, 9 May 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Dt1nh6</name></author>	</entry>

	<entry>
		<id>https://logicwiki.co.uk/index.php?title=Accessing_Configuration_Settings&amp;diff=120&amp;oldid=prev</id>
		<title>Macrop at 16:06, 17 November 2014</title>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Accessing_Configuration_Settings&amp;diff=120&amp;oldid=prev"/>
				<updated>2014-11-17T16:06:02Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:ASP.NET]]&lt;br /&gt;
[[Category:CSharp]]&lt;br /&gt;
[[Category:MVC]]&lt;br /&gt;
&lt;br /&gt;
Use the '''ConfigurationManager''' from '''System.Configuration''' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;brush:c-sharp&amp;quot;&amp;gt;&lt;br /&gt;
var server = ConfigurationManager.AppSettings[&amp;quot;FileServerName];&lt;br /&gt;
&lt;br /&gt;
var modulesSection = ConfigurationManager.GetSection(&amp;quot;system.web/httpModules&amp;quot;) as HttpModulesSection;&lt;br /&gt;
&lt;br /&gt;
var installedModules = modulesSection.Modules.Count;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configuration Hierarchy ==&lt;br /&gt;
&lt;br /&gt;
Each application inherits settings from higher level config files&lt;br /&gt;
* Machine.config&lt;br /&gt;
* Machine web.config&lt;br /&gt;
* Parent's web.config&lt;br /&gt;
* your web.config&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr/&amp;gt;&lt;br /&gt;
Check : [[Web Config Transform]]&lt;/div&gt;</summary>
		<author><name>Macrop</name></author>	</entry>

	</feed>