<?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/"
		>
<channel>
	<title>Comments on: IIS 7.5 updates to custom errors and compression</title>
	<atom:link href="http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Wed, 30 Nov 2011 21:09:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/comment-page-1/#comment-1689</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 23 Nov 2011 10:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ksingla.net/?p=58#comment-1689</guid>
		<description>Hi
I noticed I my web.config was incorrect but unfortunately the results are the same.
&#160;
&#160;
&#160;
&#160;
&lt;httpErrors errorMode=&quot;Custom&quot;&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &lt;error statusCode=&quot;401&quot; subStatusCode=&quot;1&quot; prefixLanguageFilePath=&quot;custerr&quot; path=&quot;My401-1.htm&quot; responseMode=&quot;File&quot; /&gt;
&#160; &#160; &#160; &#160; &#160; &#160;&#160;
&#160; &#160; &#160; &#160; &#160; &#160;&#160;
&#160; &#160; &#160; &#160; &lt;/httpErrors&gt;</description>
		<content:encoded><![CDATA[<p>Hi<br />
I noticed I my web.config was incorrect but unfortunately the results are the same.<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&lt;httpErrors errorMode=&quot;Custom&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;error statusCode=&quot;401&quot; subStatusCode=&quot;1&quot; prefixLanguageFilePath=&quot;custerr&quot; path=&quot;My401-1.htm&quot; responseMode=&quot;File&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/httpErrors&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/comment-page-1/#comment-1688</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 23 Nov 2011 10:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ksingla.net/?p=58#comment-1688</guid>
		<description>Hi
&#160;
Can you give &#160;a specific example of of your custom error page.
In my case my error pages are in&#160;
C:\inetpub\custerr\en-US
&#160;
So using your example I place my custom 401.1 page in the custerr directory
My web.config on my test site looks like&#160;
&#160;
&lt;httpErrors errorMode=&quot;Custom&quot;&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &lt;error statusCode=&quot;401&quot; subStatusCode=&quot;1&quot; prefixLanguageFilePath=&quot;&quot; path=&quot;custerr/Adelphi401-1.htm&quot; responseMode=&quot;File&quot; /&gt;
&#160; &#160; &#160; &#160; &#160; &#160;&#160; &#160;
&#160; &#160; &#160; &#160; &lt;/httpErrors&gt;
Ok, I attempt to login to my test site with an invalid password. &#160;I see from the iis7 logs that I get a 401.1 error but I don&#039;t redirect to my custom page?
Regards
&#160;
Daniel
&#160;
&#160;
&#160;
&#160;
&#160;</description>
		<content:encoded><![CDATA[<p>Hi<br />
&nbsp;<br />
Can you give &nbsp;a specific example of of your custom error page.<br />
In my case my error pages are in&nbsp;<br />
C:\inetpub\custerr\en-US<br />
&nbsp;<br />
So using your example I place my custom 401.1 page in the custerr directory<br />
My web.config on my test site looks like&nbsp;<br />
&nbsp;<br />
&lt;httpErrors errorMode=&quot;Custom&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;error statusCode=&quot;401&quot; subStatusCode=&quot;1&quot; prefixLanguageFilePath=&quot;&quot; path=&quot;custerr/Adelphi401-1.htm&quot; responseMode=&quot;File&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/httpErrors&gt;<br />
Ok, I attempt to login to my test site with an invalid password. &nbsp;I see from the iis7 logs that I get a 401.1 error but I don&#039;t redirect to my custom page?<br />
Regards<br />
&nbsp;<br />
Daniel<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Clifton</title>
		<link>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/comment-page-1/#comment-1496</link>
		<dc:creator>Jeremy Clifton</dc:creator>
		<pubDate>Wed, 04 May 2011 16:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ksingla.net/?p=58#comment-1496</guid>
		<description>Thank you for posting this. I just ran into a problem with custom errors after moving a site to IIS 7.5, and this helped me resolve it quickly!</description>
		<content:encoded><![CDATA[<p>Thank you for posting this. I just ran into a problem with custom errors after moving a site to IIS 7.5, and this helped me resolve it quickly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bypassing 404 Error Page on IIS &#124; Just in Chronicles</title>
		<link>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/comment-page-1/#comment-1190</link>
		<dc:creator>Bypassing 404 Error Page on IIS &#124; Just in Chronicles</dc:creator>
		<pubDate>Wed, 13 Oct 2010 05:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ksingla.net/?p=58#comment-1190</guid>
		<description>[...] IIS 7.5 updates to custom errors and compression [...]</description>
		<content:encoded><![CDATA[<p>[...] IIS 7.5 updates to custom errors and compression [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

