<?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 MVC Controller action being called twice issues</title>
	<atom:link href="http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/</link>
	<description>Everything reQuired</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Contact</title>
		<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/comment-page-1/#comment-1423</link>
		<dc:creator>Contact</dc:creator>
		<pubDate>Thu, 01 Dec 2011 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=683#comment-1423</guid>
		<description>I had a similar problem when I tried to have a partial view with an ajax form. I had to move the ajax form out of the partial view and on to the main page to get the double calls to the controller action to go away. </description>
		<content:encoded><![CDATA[<p>I had a similar problem when I tried to have a partial view with an ajax form. I had to move the ajax form out of the partial view and on to the main page to get the double calls to the controller action to go away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EvereQ</title>
		<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/comment-page-1/#comment-1402</link>
		<dc:creator>EvereQ</dc:creator>
		<pubDate>Fri, 04 Nov 2011 15:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=683#comment-1402</guid>
		<description>Sent from my iPad</description>
		<content:encoded><![CDATA[<p>Sent from my iPad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taylor</title>
		<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/comment-page-1/#comment-1401</link>
		<dc:creator>Taylor</dc:creator>
		<pubDate>Fri, 04 Nov 2011 08:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=683#comment-1401</guid>
		<description>Hmmm...I haven&#039;t dug into this deeply yet. And I don&#039;t know if this is happening in production yet. But...

1. When debugging on my workstation
2. ONLY from Firefox (with Firebug disabled)
3. And ONLY when there is a space character (%20) in the URL, like so: http://localhost:1873/results/CA/Irvine/crossword%20puzzle

IE8 and Chrome will both process this page without causing a second firing of the controller action. So I think I can rule out all of the image/href/css/js ideas. It&#039;s the same page.
I don&#039;t know if the second request is actually coming from FF. I have seen one other person post a problem where they verified that the issue seems to be within the web server. Meaning no second request is made by the browser.
</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;I haven&#8217;t dug into this deeply yet. And I don&#8217;t know if this is happening in production yet. But&#8230;</p>
<p>1. When debugging on my workstation<br />
2. ONLY from Firefox (with Firebug disabled)<br />
3. And ONLY when there is a space character (%20) in the URL, like so: <a href="http://localhost:1873/results/CA/Irvine/crossword%20puzzle" rel="nofollow">http://localhost:1873/results/CA/Irvine/crossword%20puzzle</a></p>
<p>IE8 and Chrome will both process this page without causing a second firing of the controller action. So I think I can rule out all of the image/href/css/js ideas. It&#8217;s the same page.<br />
I don&#8217;t know if the second request is actually coming from FF. I have seen one other person post a problem where they verified that the issue seems to be within the web server. Meaning no second request is made by the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaz n jam</title>
		<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/comment-page-1/#comment-1338</link>
		<dc:creator>shaz n jam</dc:creator>
		<pubDate>Tue, 12 Jul 2011 07:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=683#comment-1338</guid>
		<description>Yes I have used Internet explorer and used MVC controller. It is working fine. Thanks. 

Ahsima
http://www.m6.net</description>
		<content:encoded><![CDATA[<p>Yes I have used Internet explorer and used MVC controller. It is working fine. Thanks. </p>
<p>Ahsima<br />
<a href="http://www.m6.net" rel="nofollow">http://www.m6.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Bugaev</title>
		<link>http://blog.evereq.com/blog/index.php/2010/07/asp-net-mvc-controller-action-being-called-twice-issues/comment-page-1/#comment-1323</link>
		<dc:creator>Roman Bugaev</dc:creator>
		<pubDate>Sat, 25 Jun 2011 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evereq.com/blog/?p=683#comment-1323</guid>
		<description>Same error if you use jquery.validate.unobtrusive.js
</description>
		<content:encoded><![CDATA[<p>Same error if you use jquery.validate.unobtrusive.js</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
