<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using an External Config File With log4net with ASP.NET 2.0 and IIS7</title>
	<atom:link href="http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/</link>
	<description>Thoughts from a mind twisted by tech and sports</description>
	<lastBuildDate>Thu, 27 Oct 2011 23:52:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Christian</title>
		<link>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comment-3697</link>
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Tue, 27 Apr 2010 21:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://palehorse.wordpress.com/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comment-3697</guid>
		<description><![CDATA[This sounds strange... I mean it is my own code, in  global.asax which has not enough rights to read my log4net.config file..? I mean, I&#039;m not in the role of a client from the internet who is trying to access the log4net.config file. But maybe you are right and this is a absolutely volitional behaviour. However this post leads me to the right way. You made my day, thank you so much...]]></description>
		<content:encoded><![CDATA[<p>This sounds strange&#8230; I mean it is my own code, in  global.asax which has not enough rights to read my log4net.config file..? I mean, I&#8217;m not in the role of a client from the internet who is trying to access the log4net.config file. But maybe you are right and this is a absolutely volitional behaviour. However this post leads me to the right way. You made my day, thank you so much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: palehorse</title>
		<link>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comment-3695</link>
		<dc:creator><![CDATA[palehorse]]></dc:creator>
		<pubDate>Tue, 27 Apr 2010 16:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://palehorse.wordpress.com/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comment-3695</guid>
		<description><![CDATA[From what I can ascertain, IIS protects all .config files from being read by default.  Only files that show up in the filter section are allowed, therefore any .config files that are not standard need to be added there.  I also believe this is only an issue if the web is running in pipleline mode, but I&#039;m not certain about that.  It seems (my best guess) that it&#039;s simply another layer of security to avoid having sensitive configuration information leaked.]]></description>
		<content:encoded><![CDATA[<p>From what I can ascertain, IIS protects all .config files from being read by default.  Only files that show up in the filter section are allowed, therefore any .config files that are not standard need to be added there.  I also believe this is only an issue if the web is running in pipleline mode, but I&#8217;m not certain about that.  It seems (my best guess) that it&#8217;s simply another layer of security to avoid having sensitive configuration information leaked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blog.palehorse.net/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comment-3694</link>
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://palehorse.wordpress.com/2009/09/29/using-an-external-config-file-with-log4net-with-asp-net-2-0-and-iis7/#comment-3694</guid>
		<description><![CDATA[Thanks you for this information. Instead of defining any request filter i&#039;ve putted the config file in a separate directory. The security settings are defined, that nobody can access that directory. One thing i don&#039;t understand: why isn&#039;t it possible to read the config file when the name is log4net.config...? I&#039;m realy confused about that behaviour...]]></description>
		<content:encoded><![CDATA[<p>Thanks you for this information. Instead of defining any request filter i&#8217;ve putted the config file in a separate directory. The security settings are defined, that nobody can access that directory. One thing i don&#8217;t understand: why isn&#8217;t it possible to read the config file when the name is log4net.config&#8230;? I&#8217;m realy confused about that behaviour&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

