<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brant Burnett&#039;s Development Blog &#187; URL rewriting</title>
	<atom:link href="http://btburnett.com/category/aspnet/url-rewriting/feed" rel="self" type="application/rss+xml" />
	<link>http://btburnett.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Apr 2010 12:48:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using URL Rewriting With Web Parts</title>
		<link>http://btburnett.com/2008/06/using-url-rewriting-with-web-parts.html</link>
		<comments>http://btburnett.com/2008/06/using-url-rewriting-with-web-parts.html#comments</comments>
		<pubDate>Tue, 10 Jun 2008 16:00:00 +0000</pubDate>
		<dc:creator>Brant Burnett</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[URL rewriting]]></category>
		<category><![CDATA[Web Parts]]></category>

		<guid isPermaLink="false">http://www.btburnett.com/?p=15</guid>
		<description><![CDATA[Web parts are a great new system for allowing personalization of web sites by end users that was introduced in ASP.NET 2.0. However, it isn&#8217;t useful when used in combination with URL rewriting. URL rewriting allows you to respond to requests from dynamic URLs by redirecting the handling to a different .ASPX file on your [...]]]></description>
			<content:encoded><![CDATA[<div><small>Web parts are a great new system for allowing personalization of web sites by end users that<br />
was introduced in ASP.NET 2.0.  However, it isn&#8217;t useful when used in combination with<br />
URL rewriting.</p>
<p>URL rewriting allows you to respond to requests from dynamic URLs by redirecting the handling<br />
to a different .ASPX file on your server.  This can be used to make your URLs more readable<br />
and improve your search engine optimization (SEO), instead of using long query parameters.<br />
Some example systems for implementing this are UrlRewriter.net and UrlRewriting.net.</p>
<p>When you use web parts in combination with a rewritten URL, the web parts will all be shared by<br />
all of the URLs that are rewritten to the same .ASPX file.  This library corrects this<br />
by replacing the WebPartManager with RewritableWebPartManager and the SqlPersonalizationProvider<br />
with RewritableSqlPersonalizationProvider.</p>
<p>It also provides additional functionality in the form a personalization levels.  This allows you<br />
to share common personalization settings amonst multiple URLs.  When a user is browsing, if no<br />
personalization is specified at a particular level, the personalization defined at a higher level<br />
is displayed instead.  For example, in a web store scenario you can allow the store operators to<br />
provide shared personalization that all users will see.  Using levels, they can set personalization<br />
that will appear on all item pages, such as a disclaimer, and then override that personalization<br />
with a different disclaimer on a specific item&#8217;s page.</p>
<p>More information can be found in the readme file included in the download.</p>
<p><big><a href="http://btburnett.com/downloads/RewritableWebPartsLibrary.1.0.0.0.zip">Rewritable Web Parts Library 1.0.0.0</a></big><br />
</small></div>
]]></content:encoded>
			<wfw:commentRss>http://btburnett.com/2008/06/using-url-rewriting-with-web-parts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
