Archive for September, 2008

The request filtering module is configured to deny a request that contains a double escape sequence

Thursday, September 11th, 2008

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

<system.webServer>
		<security>
			<requestFiltering allowDoubleEscaping="True"/>
		</security>
	</system.webServer>
</configuration>

2. Save


I’m back

Thursday, September 11th, 2008

I’m just awake from a long Zzzzz.

Now, I’m back to post, reply, view blog. Gzeee.