<?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: Rock the iPhone with ASP.NET MVC</title>
	<atom:link href="http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 20:23:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ASP.NET Mobile &#171; Blog de Francisco Velázquez</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-830</link>
		<dc:creator>ASP.NET Mobile &#171; Blog de Francisco Velázquez</dc:creator>
		<pubDate>Wed, 25 Nov 2009 21:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-830</guid>
		<description>[...] En la actualidad la mejor manera de desarrollar aplicaciones mobile web es usar MVC: Mobile Web Application toolkit. También son recomendables los siguientes videos. Incluso podremos desarrollar aplicaciones web para el iPhone. [...]</description>
		<content:encoded><![CDATA[<p>[...] En la actualidad la mejor manera de desarrollar aplicaciones mobile web es usar MVC: Mobile Web Application toolkit. También son recomendables los siguientes videos. Incluso podremos desarrollar aplicaciones web para el iPhone. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-813</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-813</guid>
		<description>Can we have some complete code to download? The code sample that to be downloaded is not complete</description>
		<content:encoded><![CDATA[<p>Can we have some complete code to download? The code sample that to be downloaded is not complete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Harkin</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-698</link>
		<dc:creator>Ian Harkin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-698</guid>
		<description>oops the site is cleaning out aspx directives form comments :-)
as the first line include
a Page Language direct and set CodeBehind=&quot;Default.aspx.cs&quot;
and something like  Inherits=&quot;._Default&quot;</description>
		<content:encoded><![CDATA[<p>oops the site is cleaning out aspx directives form comments <img src='http://www.aaronlerch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
as the first line include<br />
a Page Language direct and set CodeBehind=&#8221;Default.aspx.cs&#8221;<br />
and something like  Inherits=&#8221;._Default&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Harkin</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-697</link>
		<dc:creator>Ian Harkin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-697</guid>
		<description>&quot;
&quot;</description>
		<content:encoded><![CDATA[<p>&#8221;<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Harkin</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-696</link>
		<dc:creator>Ian Harkin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-696</guid>
		<description>Ooops without the namespace
and add the following as the very first line of Default.aspx:

</description>
		<content:encoded><![CDATA[<p>Ooops without the namespace<br />
and add the following as the very first line of Default.aspx:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Harkin</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-695</link>
		<dc:creator>Ian Harkin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-695</guid>
		<description>Anyone following up on Vijay&#039;s question, you shouldnt need an index.aspx.cs file but you will need to add a Default.aspx.cs file containing the standard lines: 

using System.Web;
using System.Web.Mvc;
using System.Web.UI;

namespace BankTransferWeb
{
    public partial class _Default : Page
    {
        public void Page_Load(object sender, System.EventArgs e)
        {
            HttpContext.Current.RewritePath(Request.ApplicationPath, false);
            IHttpHandler httpHandler = new MvcHttpHandler();
            httpHandler.ProcessRequest(HttpContext.Current);
        }
    }
}</description>
		<content:encoded><![CDATA[<p>Anyone following up on Vijay&#8217;s question, you shouldnt need an index.aspx.cs file but you will need to add a Default.aspx.cs file containing the standard lines: </p>
<p>using System.Web;<br />
using System.Web.Mvc;<br />
using System.Web.UI;</p>
<p>namespace BankTransferWeb<br />
{<br />
    public partial class _Default : Page<br />
    {<br />
        public void Page_Load(object sender, System.EventArgs e)<br />
        {<br />
            HttpContext.Current.RewritePath(Request.ApplicationPath, false);<br />
            IHttpHandler httpHandler = new MvcHttpHandler();<br />
            httpHandler.ProcessRequest(HttpContext.Current);<br />
        }<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Mers</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-508</link>
		<dc:creator>Clint Mers</dc:creator>
		<pubDate>Thu, 27 Nov 2008 16:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-508</guid>
		<description>Excellent article, extremely helpful. Thanks for taking the time.</description>
		<content:encoded><![CDATA[<p>Excellent article, extremely helpful. Thanks for taking the time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Dubey</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-507</link>
		<dc:creator>Vijay Dubey</dc:creator>
		<pubDate>Mon, 24 Nov 2008 09:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-507</guid>
		<description>Hi Aaron,

I downloaded your code. I created a virtual directory named iuisample. but when i am running the sample application i am getting error. I checked out the code of /views/home/index.aspx. The second line of code is 
 
In the zip file index.aspx.cs file is missing. I am getting the following error:

Server Error in &#039;/iuisample&#039; Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /iuisample/views/home/index.aspx

Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 

 Can you tell me somthing about this error. Is that error related to index.aspx.cs file or  it is refering somthing else.

 I am very new to MVC and iphone, i just started exploring MVC with your project reference.  Please help me if you can.

Thanks in advance.
Vijay</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>I downloaded your code. I created a virtual directory named iuisample. but when i am running the sample application i am getting error. I checked out the code of /views/home/index.aspx. The second line of code is </p>
<p>In the zip file index.aspx.cs file is missing. I am getting the following error:</p>
<p>Server Error in &#8216;/iuisample&#8217; Application.<br />
The resource cannot be found.<br />
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. </p>
<p>Requested URL: /iuisample/views/home/index.aspx</p>
<p>Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 </p>
<p> Can you tell me somthing about this error. Is that error related to index.aspx.cs file or  it is refering somthing else.</p>
<p> I am very new to MVC and iphone, i just started exploring MVC with your project reference.  Please help me if you can.</p>
<p>Thanks in advance.<br />
Vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HOW TO debug Javascript in Safari 3.1 on Windows &#187; 70 Tricks</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-384</link>
		<dc:creator>HOW TO debug Javascript in Safari 3.1 on Windows &#187; 70 Tricks</dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-384</guid>
		<description>[...] Safari for Windows and the iPhone’s mobile Safari use the WebKit engine, this browser debugging technique could be of use to developers testing ASP.NET applications for [...]</description>
		<content:encoded><![CDATA[<p>[...] Safari for Windows and the iPhone’s mobile Safari use the WebKit engine, this browser debugging technique could be of use to developers testing ASP.NET applications for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Web Nuggets #16 : Code Monkey Labs</title>
		<link>http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/comment-page-1/#comment-383</link>
		<dc:creator>Weekly Web Nuggets #16 : Code Monkey Labs</dc:creator>
		<pubDate>Mon, 16 Jun 2008 16:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.aaronlerch.com/blog/2008/06/08/rock-the-iphone-with-aspnet-mvc/#comment-383</guid>
		<description>[...] Rock the iPhone with ASP.NET MVC: Is there anything cooler right now than the iPhone? Yes...your ASP.NET application running on the iPhone! Aaron Lerch writes about how to combine ASP.NET MVC with iUI, a toolkit that takes care of the heavy lifting of the iPhone markup. [...]</description>
		<content:encoded><![CDATA[<p>[...] Rock the iPhone with ASP.NET MVC: Is there anything cooler right now than the iPhone? Yes&#8230;your ASP.NET application running on the iPhone! Aaron Lerch writes about how to combine ASP.NET MVC with iUI, a toolkit that takes care of the heavy lifting of the iPhone markup. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
