<?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: ASP.NET potentially dangerous Request.Form value</title>
	<atom:link href="http://www.thejackol.com/2005/12/18/aspnet-potentially-dangerous-requestform-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejackol.com/2005/12/18/aspnet-potentially-dangerous-requestform-value/</link>
	<description>01100010 01101100 01100101 01101000</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:10:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: codeprostitute</title>
		<link>http://www.thejackol.com/2005/12/18/aspnet-potentially-dangerous-requestform-value/comment-page-1/#comment-67537</link>
		<dc:creator>codeprostitute</dc:creator>
		<pubDate>Tue, 03 Jul 2007 13:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=258#comment-67537</guid>
		<description>FYI - Should you choose to disable this, it is a good idea to use Server.HtmlEncode on the input value if the input will ever be displayed.</description>
		<content:encoded><![CDATA[<p><span class="caps">FYI</span> &#8211; Should you choose to disable this, it is a good idea to use Server.HtmlEncode on the input value if the input will ever be displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrEyes</title>
		<link>http://www.thejackol.com/2005/12/18/aspnet-potentially-dangerous-requestform-value/comment-page-1/#comment-33165</link>
		<dc:creator>MrEyes</dc:creator>
		<pubDate>Tue, 10 Oct 2006 11:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=258#comment-33165</guid>
		<description>Adding this to the web.config in the manner described above will disable validation for the entire site.  This may or may not be desirable.

You can disable at a page level by adding the following:

validateRequest=&quot;false&quot;

To the



directive at the top of your page</description>
		<content:encoded><![CDATA[<p>Adding this to the web.config in the manner described above will disable validation for the entire site.  This may or may not be desirable.</p>
<p>You can disable at a page level by adding the following:</p>
<p>validateRequest=&#8220;false&#8221;</p>
<p>To the</p>
<p>directive at the top of your page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the tinman</title>
		<link>http://www.thejackol.com/2005/12/18/aspnet-potentially-dangerous-requestform-value/comment-page-1/#comment-22361</link>
		<dc:creator>the tinman</dc:creator>
		<pubDate>Tue, 11 Apr 2006 21:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=258#comment-22361</guid>
		<description>Well, if MSFT provided a way to CONFIGURE this option, such that your code could still work, while the filter searched for OTHER dangerous requests, THAT would be the solution. Alas...</description>
		<content:encoded><![CDATA[<p>Well, if <span class="caps">MSFT</span> provided a way to <span class="caps">CONFIGURE</span> this option, such that your code could still work, while the filter searched for <span class="caps">OTHER</span> dangerous requests, <span class="caps">THAT</span> would be the solution. Alas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bk</title>
		<link>http://www.thejackol.com/2005/12/18/aspnet-potentially-dangerous-requestform-value/comment-page-1/#comment-21034</link>
		<dc:creator>bk</dc:creator>
		<pubDate>Mon, 13 Feb 2006 19:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejackol.com/?p=258#comment-21034</guid>
		<description>what a good idea! For once, MSFT warns you about a security issue and the solution is to disable the warning.</description>
		<content:encoded><![CDATA[<p>what a good idea! For once, <span class="caps">MSFT</span> warns you about a security issue and the solution is to disable the warning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

