<?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>aspexperts.com &#187; routes</title>
	<atom:link href="http://www.aspexperts.com/tag/routes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:07:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Editable Routes In Medium Trust</title>
		<link>http://www.aspexperts.com/editable-routes-in-medium-trust</link>
		<comments>http://www.aspexperts.com/editable-routes-in-medium-trust#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:17:01 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[aspnetmvc]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[app_code]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7314970</guid>
		<description><![CDATA[Yesterday I wrote about a technique using dynamic compilation to allow editing routes after you’ve deployed an application without having to manually recompile your application. I made use of a FileSystemWatcher to monitor a Config directory and dynamically recompiled code when the code file changed. This has one advantage over using the App_Code directory in that the whole App Domain doesn’t need to get recycled when you make changes to your routes. Today, my co-worker David Ebbo (who’s a master at ASP.NET Build and Compilation system) pointed out one gaping flaw with my approach. It doesn’t work in Medium Trust because the FileSystemWatcher class demands full trust . Doh! For many business systems, that may not be a concern. But for my blog...(<a href="http://haacked.com/archive/2010/01/18/editable-routes-in-medium-trust.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7314970" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Yesterday I wrote about a technique using dynamic compilation to allow editing routes after you’ve deployed an application without having to manually recompile your application. I made use of a FileSystemWatcher to monitor a Config directory and dynamically recompiled code when the code file changed. This has one advantage over using the App_Code directory in that the whole App Domain doesn’t need to get recycled when you make changes to your routes. Today, my co-worker David Ebbo (who’s a master at ASP.NET Build and Compilation system) pointed out one gaping flaw with my approach. It doesn’t work in Medium Trust because the FileSystemWatcher class demands full trust . Doh! For many business systems, that may not be a concern. But for my blog&#8230;(<a href="http://haacked.com/archive/2010/01/18/editable-routes-in-medium-trust.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7314970" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;desc=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;submitHeadline=Editable+Routes+In+Medium+Trust&amp;submitSummary=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;t=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;t=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Editable+Routes+In+Medium+Trust+-+http://b2l.me/d3kZz+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Editable%20Routes%20In%20Medium%20Trust%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Editable%20Routes%20In%20Medium%20Trust%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/editable-routes-in-medium-trust/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;summary=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;body=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;u_data[name]=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;body=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;T=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Editable+Routes+In+Medium+Trust&quot;+-+from+http://b2l.me/d3kZz" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/editable-routes-in-medium-trust+&quot;Editable+Routes+In+Medium+Trust&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;type=Article&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;body=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Editable+Routes+In+Medium+Trust&amp;u=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;b=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Editable+Routes+In+Medium+Trust&amp;url=http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust&amp;body=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;n=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/editable-routes-in-medium-trust" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;title=Editable+Routes+In+Medium+Trust" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Editable+Routes+In+Medium+Trust&amp;du=http://www.aspexperts.com/editable-routes-in-medium-trust&amp;cn=Yesterday%20I%20wrote%20about%20a%20technique%20using%20dynamic%20compilation%20to%20allow%20editing%20routes%20after%20you%E2%80%99ve%20deployed%20an%20application%20without%20having%20to%20manually%20recompile%20your%20application.%20I%20made%20use%20of%20a%20FileSystemWatcher%20to%20monitor%20a%20Config%20directory%20and%20dynamically%20recompiled%20code%20when%20the%20code%20file%20chang" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/editable-routes-in-medium-trust/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editable Routes</title>
		<link>http://www.aspexperts.com/editable-routes</link>
		<comments>http://www.aspexperts.com/editable-routes#comments</comments>
		<pubDate>Mon, 18 Jan 2010 06:24:21 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[aspnetmvc]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[buildmanager]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[filesystemwatcher]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7314229</guid>
		<description><![CDATA[In general, once you deploy your ASP.NET MVC application, you can’t change the routes for your application without recompiling the application and redeploying the assembly where your routes are defined. This is partly by design as routes are generally considered application code , and should have associated unit tests to verify that the routes are correct. A misconfigured route could seriously tank your application. Having said that, there are many situations in which the ability to change an application’s routes without having to recompile the application comes in very handy. This is the situation I find myself in as I build a blog engine where the folks who will install may want to tweak the routes without having to recompile the blog’s source...(<a href="http://haacked.com/archive/2010/01/17/editable-routes.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7314229" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>In general, once you deploy your ASP.NET MVC application, you can’t change the routes for your application without recompiling the application and redeploying the assembly where your routes are defined. This is partly by design as routes are generally considered application code , and should have associated unit tests to verify that the routes are correct. A misconfigured route could seriously tank your application. Having said that, there are many situations in which the ability to change an application’s routes without having to recompile the application comes in very handy. This is the situation I find myself in as I build a blog engine where the folks who will install may want to tweak the routes without having to recompile the blog’s source&#8230;(<a href="http://haacked.com/archive/2010/01/17/editable-routes.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7314229" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;desc=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/editable-routes&amp;submitHeadline=Editable+Routes&amp;submitSummary=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/editable-routes&amp;t=Editable+Routes" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/editable-routes&amp;t=Editable+Routes" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Editable+Routes+-+http://b2l.me/dzz4m+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Editable%20Routes%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Editable%20Routes%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/editable-routes/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;summary=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;body=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/editable-routes&amp;u_data[name]=Editable+Routes" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;body=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/editable-routes&amp;T=Editable+Routes" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Editable+Routes&quot;+-+from+http://b2l.me/dzz4m" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/editable-routes+&quot;Editable+Routes&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/editable-routes&amp;type=Article&amp;title=Editable+Routes" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;body=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Editable+Routes&amp;u=http://www.aspexperts.com/editable-routes&amp;b=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Editable+Routes&amp;url=http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes&amp;body=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/editable-routes&amp;n=Editable+Routes" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/editable-routes" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/editable-routes&amp;title=Editable+Routes" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Editable+Routes&amp;du=http://www.aspexperts.com/editable-routes&amp;cn=In%20general%2C%20once%20you%20deploy%20your%20ASP.NET%20MVC%20application%2C%20you%20can%E2%80%99t%20change%20the%20routes%20for%20your%20application%20without%20recompiling%20the%20application%20and%20redeploying%20the%20assembly%20where%20your%20routes%20are%20defined.%20This%20is%20partly%20by%20design%20as%20routes%20are%20generally%20considered%20application%20code%20%2C%20and%20should%20have%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/editable-routes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
