<?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"
	>
<channel>
	<title>Comments on: ASP.NET MVC CAPTCHA</title>
	<atom:link href="http://coderjournal-backend/index.php/2008/03/aspnet-mvc-captcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/</link>
	<description>while(!(succeed = try()));</description>
	<pubDate>Wed, 09 Jul 2008 02:26:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bill</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8988</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8988</guid>
		<description>Great code! With this and the snippets i pulled from &lt;a href="http://www.aspunity.com" rel="nofollow"&gt;aspunity.com&lt;/a&gt; I will be able to finish my projects. Thanks!!!</description>
		<content:encoded><![CDATA[<p>Great code! With this and the snippets i pulled from <a href="http://www.aspunity.com" rel="nofollow">aspunity.com</a> I will be able to finish my projects. Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MVC CAPTCHA for Preview Release 3 - Nick Berardi&#8217;s Coder Journal</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8395</link>
		<dc:creator>MVC CAPTCHA for Preview Release 3 - Nick Berardi&#8217;s Coder Journal</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8395</guid>
		<description>[...] in MVC Preview Release 1 for the MVC CAPTCHA many of you remember that the indicator for a valid CAPTCHA was passed through the parameters of [...]</description>
		<content:encoded><![CDATA[<p>[...] in MVC Preview Release 1 for the MVC CAPTCHA many of you remember that the indicator for a valid CAPTCHA was passed through the parameters of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8237</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Sat, 21 Jun 2008 15:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8237</guid>
		<description>Hi Andy,

I haven't done a post on it yet.  But you can find the updated CAPTCHA here:

http://code.google.com/p/coderjournal/source/browse/trunk/ManagedFusion/Source/Web/Mvc/CaptchaValidationAttribute.cs

This new CAPTCHA works how I originally intended by passing the captchaValid through the parameters of the Action method.

Try it out.

Nick</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>I haven&#8217;t done a post on it yet.  But you can find the updated CAPTCHA here:</p>
<p><a href="http://code.google.com/p/coderjournal/source/browse/trunk/ManagedFusion/Source/Web/Mvc/CaptchaValidationAttribute.cs" rel="nofollow">http://code.google.com/p/coderjournal/source/browse/trunk/ManagedFusion/Source/Web/Mvc/CaptchaValidationAttribute.cs</a></p>
<p>This new CAPTCHA works how I originally intended by passing the captchaValid through the parameters of the Action method.</p>
<p>Try it out.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8176</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 20 Jun 2008 14:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8176</guid>
		<description>Hi :)

Is this updated to MVC Release 3 or ? 

Would appreciate it if you could!?

Thanks!

Andy</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.coderjournal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Is this updated to MVC Release 3 or ? </p>
<p>Would appreciate it if you could!?</p>
<p>Thanks!</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC CAPTCHA : { null != Steve }</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8053</link>
		<dc:creator>ASP.NET MVC CAPTCHA : { null != Steve }</dc:creator>
		<pubDate>Wed, 18 Jun 2008 21:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-8053</guid>
		<description>[...] to Nick Berardi for his nicely done Captcha control for ASP.NET MVC [...]</description>
		<content:encoded><![CDATA[<p>[...] to Nick Berardi for his nicely done Captcha control for ASP.NET MVC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7469</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Tue, 10 Jun 2008 12:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7469</guid>
		<description>What is the error.  A quick way to find out is to take the image url that is generated and paste it in to your browser.</description>
		<content:encoded><![CDATA[<p>What is the error.  A quick way to find out is to take the image url that is generated and paste it in to your browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7459</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Tue, 10 Jun 2008 08:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7459</guid>
		<description>Thanks for ur reply.....
Yes,I added the code block in my web.config file.but it is not working.....
actually problem is that captcha image is not displaying on page.It is not giving me any error.

plz help!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks for ur reply&#8230;..<br />
Yes,I added the code block in my web.config file.but it is not working&#8230;..<br />
actually problem is that captcha image is not displaying on page.It is not giving me any error.</p>
<p>plz help!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7400</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Mon, 09 Jun 2008 13:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7400</guid>
		<description>Craig, See the second code block with the XML in it.  Add this to your web.config file.</description>
		<content:encoded><![CDATA[<p>Craig, See the second code block with the XML in it.  Add this to your web.config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7385</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Mon, 09 Jun 2008 06:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-7385</guid>
		<description>i am using captcha in mvc as per ur steps....

   
       
  

how to add captcha.ashx in mvc project?

plz help!!!!!</description>
		<content:encoded><![CDATA[<p>i am using captcha in mvc as per ur steps&#8230;.</p>
<p>how to add captcha.ashx in mvc project?</p>
<p>plz help!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-6973</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Tue, 03 Jun 2008 12:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/2008/03/aspnet-mvc-captcha/#comment-6973</guid>
		<description>The license is Attribution-Share Alike 3.0, which means you can copy, distribute and make derivative works.  But you must reference me in the comment at the top of any of these files that you are downloading.  I don't require a link back from your website, but it is always nice.  :)  Also the New BSD License used on the Google Code site is the least restrictive one that I could find.  Basically use my code how you want, just give me a reference in it.</description>
		<content:encoded><![CDATA[<p>The license is Attribution-Share Alike 3.0, which means you can copy, distribute and make derivative works.  But you must reference me in the comment at the top of any of these files that you are downloading.  I don&#8217;t require a link back from your website, but it is always nice.  <img src='http://www.coderjournal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also the New BSD License used on the Google Code site is the least restrictive one that I could find.  Basically use my code how you want, just give me a reference in it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
