<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marslert Guy - A walking guy to the M@rs &#187; IIS</title>
	<atom:link href="http://marslert.com/blog/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://marslert.com/blog</link>
	<description>M@rsGuy</description>
	<lastBuildDate>Tue, 21 Jul 2009 17:41:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The request filtering module is configured to deny a request that contains a double escape sequence</title>
		<link>http://marslert.com/blog/2008/09/11/double-escape-sequence/</link>
		<comments>http://marslert.com/blog/2008/09/11/double-escape-sequence/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 04:51:21 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=61</guid>
		<description><![CDATA[It happened when trying to surf a directory under IIS7 environment that contains special character symbol and return you HTTP 404.11-Not Found error. Example Url : http://localhost/directory/A+B+C/filename.html   By default, IIS 7.0 rejects URLs that contain a double escape sequence. WorkAround 1. Open web.config and add &#60;system.webServer&#62; &#60;security&#62; &#60;requestFiltering allowDoubleEscaping="True"/&#62; &#60;/security&#62; &#60;/system.webServer&#62; &#60;/configuration&#62; 2. Save]]></description>
			<content:encoded><![CDATA[<p><span>It happened when trying to surf a directory under IIS7 environment that contains special character symbol and return you HTTP 404.11-Not Found error.</span></p>
<blockquote><p>Example Url : http://localhost/directory/A+B+C/filename.html<br />
 </p></blockquote>
<p>By default, IIS 7.0 rejects URLs that contain a double escape sequence.</p>
<p>WorkAround</p>
<p>1. Open web.config and add</p>
<blockquote>
<pre class="code">&lt;system.webServer&gt;
		&lt;security&gt;
			&lt;requestFiltering allowDoubleEscaping="True"/&gt;
		&lt;/security&gt;
	&lt;/system.webServer&gt;
&lt;/configuration&gt;</pre>
</blockquote>
<p>2. Save</p>
<p><img class="alignnone size-medium wp-image-64" title="iis-issue" src="http://marslert.com/blog/wp-content/uploads/2008/09/iis-issue-300x34.png" alt="" width="300" height="34" /></p>
<p><span style="color: #0000ee; text-decoration: underline;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2008/09/11/double-escape-sequence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
