<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with UrlRewriting</title>
    <description>the latest stories tagged with 'UrlRewriting' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>ASP.NET: Fix for WebParts + UrlRewriting Issue</title>
      <description>The problem with using WebParts with UrlRewriting (or UrlMapping) is the WebPart PersonalizationProvider uses the path of the page being rendered to save/load the personalization state, not the path that was rewritten that the user sees. So, to fix this you just need to create a custom PersonalizationProvider and override all the methods that reference path, and call the base methods but pass in the path that was requested instead of the path being rendered. Here's a SqlPersonalizationProvider I wrote that does this: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f06%2fASPNET-Fix-for-WebParts-2b-UrlRewriting-Issue.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f06%2fASPNET-Fix-for-WebParts-2b-UrlRewriting-Issue.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Fix_for_WebParts_UrlRewriting_Issue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Fix_for_WebParts_UrlRewriting_Issue</guid>
      <pubDate>Thu, 26 Jun 2008 15:26:31 GMT</pubDate>
    </item>
    <item>
      <title>Wildcard Application Mapping for URL Rewriting in IIS 6.0</title>
      <description>This post discusses how setup Wildcard Application Mapping on IIS 6.0 for url rewriting handlers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.learnmsnet.com%2fpost%2fWildcard-Application-Mapping-for-URL-Rewriting-in-IIS-60.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.learnmsnet.com%2fpost%2fWildcard-Application-Mapping-for-URL-Rewriting-in-IIS-60.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Wildcard_Application_Mapping_for_URL_Rewriting_in_IIS_6_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Wildcard_Application_Mapping_for_URL_Rewriting_in_IIS_6_0</guid>
      <pubDate>Mon, 14 Jan 2008 13:53:57 GMT</pubDate>
    </item>
    <item>
      <title>12/2007: Code that I've Blogged over the last 6 months </title>
      <description>This is a collection of my blogs posts that include code from over the last 6 months. There's stuff ranging from a Windows Service monitor that runs in the system tray, to UrlRewriting/UrlMapping, to ASP.NET AJAX, to a JavaScript based Slideshow component, to adding iPhone style flick support to scrolling a web page using JavaScript. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fBlog%2fPost.aspx%3fPostID%3d1430"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fBlog%2fPost.aspx%3fPostID%3d1430" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/12_2007_Code_that_I_ve_Blogged_over_the_last_6_months</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/12_2007_Code_that_I_ve_Blogged_over_the_last_6_months</guid>
      <pubDate>Mon, 10 Dec 2007 15:50:18 GMT</pubDate>
    </item>
    <item>
      <title>URL Rewriting in ASP.NET without using HTTPHandlers or ISAPI.</title>
      <description>How to perform URL Rewriting by writing a custom HTTPModule. This technique even works on shared hosting plans.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f11%2frewriting-urls-in-aspnet-without-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeeleven.blogspot.com%2f2007%2f11%2frewriting-urls-in-aspnet-without-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/URL_Rewriting_in_ASP_NET_without_using_HTTPHandlers_or_ISAPI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/URL_Rewriting_in_ASP_NET_without_using_HTTPHandlers_or_ISAPI</guid>
      <pubDate>Wed, 14 Nov 2007 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Making IIS 6.0 Play With UrlRewriting</title>
      <description>Getting IIS to play with your url rewriting scheme can be a bit of a trick. Read more for a few solutions to the problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2fblogs%2f2007%2f08%2f22%2fmaking-iis-60-play-with-urlrewriting"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2fblogs%2f2007%2f08%2f22%2fmaking-iis-60-play-with-urlrewriting" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Making_IIS_6_0_Play_With_UrlRewriting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Making_IIS_6_0_Play_With_UrlRewriting</guid>
      <pubDate>Tue, 21 Aug 2007 18:06:51 GMT</pubDate>
    </item>
    <item>
      <title>Url Rewriting in ASP.NET (ScottGu)</title>
      <description>People often ask me for guidance on how they can dynamically &amp;quot;re-write&amp;quot; URLs and/or have the ability to publish cleaner URL end-points within their ASP.NET web applications.  This blog post summarizes a few approaches you can take to cleanly map or rewrite URLs with ASP.NET, and have the option to structure the URLs of your application however you want. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f02%2f26%2ftip-trick-url-rewriting-with-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f02%2f26%2ftip-trick-url-rewriting-with-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Url_Rewriting_in_ASP_NET_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Url_Rewriting_in_ASP_NET_ScottGu</guid>
      <pubDate>Wed, 28 Feb 2007 11:16:02 GMT</pubDate>
    </item>
    <item>
      <title>UrlRewritingNet.UrlRewrite</title>
      <description>UrlRewritingNet.UrlRewrite is an Open Source Component which allows you certainly to rewrite URLs with ASP.NET 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.urlrewriting.net%2fen%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.urlrewriting.net%2fen%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/UrlRewritingNet_UrlRewrite</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/UrlRewritingNet_UrlRewrite</guid>
      <pubDate>Wed, 31 Jan 2007 12:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Making URL rewriting on IIS 7 work like IIS 6</title>
      <description>How to make URL rewriting on IIS 7 work like IIS 6. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2006%2f12%2f11%2fmaking-url-rewriting-on-iis7-work-like-iis6"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2006%2f12%2f11%2fmaking-url-rewriting-on-iis7-work-like-iis6" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Making_URL_rewriting_on_IIS_7_work_like_IIS_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Making_URL_rewriting_on_IIS_7_work_like_IIS_6</guid>
      <pubDate>Mon, 11 Dec 2006 19:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>