<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>John Mandia&amp;#39;s Points of Interest - All Comments</title><link>http://weblogs.asp.net/jmandia/default.aspx</link><description>Learning is a never-ending adventure :D</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>ASP.NET MVC Archived Blog Posts, Page 1</title><link>http://weblogs.asp.net/jmandia/archive/2009/05/19/new-asp-testing-bundle-being-launched.aspx#7092713</link><pubDate>Tue, 19 May 2009 11:34:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7092713</guid><dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET MVC Archived Blog Posts, Page 1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7092713" width="1" height="1"&gt;</description></item><item><title>Prism V2 - Composite Application Guidance for WPF and Silverlight - February 2009 - Released - John Mandia's Points of Interest</title><link>http://weblogs.asp.net/jmandia/archive/2009/02/17/prism-v2-composite-application-guidance-for-wpf-and-silverlight-february-2009-released.aspx#6910817</link><pubDate>Tue, 17 Feb 2009 12:29:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6910817</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6910817" width="1" height="1"&gt;</description></item><item><title>re: Silverlight SEO (Search Engine Optimisation / Search Engine Optimization)</title><link>http://weblogs.asp.net/jmandia/archive/2008/01/04/silverlight-seo-search-engine-optimisation-optimization.aspx#6870060</link><pubDate>Sat, 31 Jan 2009 10:23:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6870060</guid><dc:creator>Ivan | SEO Consultant</dc:creator><description>&lt;p&gt;I see you first now for the &amp;#39;silverlight seo&amp;#39; phrase, but of the first 3 pages for &amp;#39;silverlight search engine optimisation&amp;#39;.&lt;/p&gt;
&lt;p&gt;I still think there is a lot of work requiered to get a rich Silverlight page (or GUI) indexed propperly) by the search engine.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6870060" width="1" height="1"&gt;</description></item><item><title>re: Microsoft ASP.NET MVC Beta Released!</title><link>http://weblogs.asp.net/jmandia/archive/2008/10/16/microsoft-asp-net-mvc-beta-released.aspx#6683092</link><pubDate>Thu, 16 Oct 2008 16:30:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6683092</guid><dc:creator>koistya</dc:creator><description>&lt;p&gt;Yeah, it's for me)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6683092" width="1" height="1"&gt;</description></item><item><title>re: Microsoft ASP.NET MVC Beta Released!</title><link>http://weblogs.asp.net/jmandia/archive/2008/10/16/microsoft-asp-net-mvc-beta-released.aspx#6683082</link><pubDate>Thu, 16 Oct 2008 16:21:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6683082</guid><dc:creator>Dan Atkinson</dc:creator><description>&lt;p&gt;Your url spells 'Exception' incorrectly. You're spelling it: 'ExcptionLog' and not 'ExceptionLog'.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6683082" width="1" height="1"&gt;</description></item><item><title>re: Microsoft ASP.NET MVC Beta Released!</title><link>http://weblogs.asp.net/jmandia/archive/2008/10/16/microsoft-asp-net-mvc-beta-released.aspx#6682925</link><pubDate>Thu, 16 Oct 2008 13:37:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6682925</guid><dc:creator>FireDog</dc:creator><description>&lt;p&gt;I hava an existing web application that was started as a classic asp project, then converted to a web forms application. &amp;nbsp;I am trying to integrate MVC into this existing application and I have a route set up, but when I type in the url that correspondes to this route I get this error &amp;quot;The incoming request does not match any route.&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was wondering if some one could help me figure out what is going on. &amp;nbsp;My route is setup as follow:&lt;/p&gt;
&lt;p&gt;public static void RegisterRoutes(RouteCollection routes)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;routes.IgnoreRoute(&amp;quot;{resource}.axd/{*pathInfo}&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;routes.MapRoute(&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;ExceptionLog&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Route name&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;tools/ExcptionLog/{action}&amp;quot;, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // URL with parameters&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;new { controller = &amp;quot;ExcptionLog&amp;quot;, action = &amp;quot;Index&amp;quot; } &amp;nbsp;// Parameter defaults&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6682925" width="1" height="1"&gt;</description></item><item><title>ASP.NET MVC Archived Blog Posts, Page 1</title><link>http://weblogs.asp.net/jmandia/archive/2008/10/16/microsoft-asp-net-mvc-beta-released.aspx#6682922</link><pubDate>Thu, 16 Oct 2008 13:33:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6682922</guid><dc:creator>ASP.NET MVC Archived Blog Posts, Page 1</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ASP.NET MVC Archived Blog Posts, Page 1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6682922" width="1" height="1"&gt;</description></item><item><title>Silverlight 2 RTW out tomorrow - October 14th!</title><link>http://weblogs.asp.net/jmandia/archive/2008/10/12/points-of-interest-11-silverlight-open-source.aspx#6678380</link><pubDate>Mon, 13 Oct 2008 16:37:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6678380</guid><dc:creator>John Mandia's Points of Interest</dc:creator><description>&lt;p&gt;In my last points of interest post I mentioned that an announcement was going to be made today. I thought&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6678380" width="1" height="1"&gt;</description></item><item><title>Big News about Silverlight coming this Monday and some open source too</title><link>http://weblogs.asp.net/jmandia/archive/2008/10/12/points-of-interest-11-silverlight-open-source.aspx#6674709</link><pubDate>Sun, 12 Oct 2008 15:44:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6674709</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You&amp;#39;ve been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6674709" width="1" height="1"&gt;</description></item><item><title>Silverlight 2 - Is it search engine friendly?</title><link>http://weblogs.asp.net/jmandia/archive/2008/01/04/silverlight-seo-search-engine-optimisation-optimization.aspx#6440653</link><pubDate>Thu, 24 Jul 2008 23:16:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6440653</guid><dc:creator>SilverlightBlog.com</dc:creator><description>&lt;p&gt;Silverlight 2 - Is it search engine friendly?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6440653" width="1" height="1"&gt;</description></item></channel></rss>