<?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: Friendly URLs in ASP.NET using URLRewriter.NET</title>
	<atom:link href="http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243/feed" rel="self" type="application/rss+xml" />
	<link>http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243</link>
	<description>giving you tricks and tips of good coding</description>
	<lastBuildDate>Mon, 15 Feb 2010 15:58:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243/comment-page-1#comment-2335</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 12 Dec 2009 12:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=243#comment-2335</guid>
		<description>Have you modified your web.config on your hosting web-server? You need to add references to URLRewriter as described in the article. Also, I assume that locally you are using the WebDev server that is built into Visual Studio? This webserver behaves slightly different from IIS, in WebDev all requests gets routed to the ASP.NET runtime, while in IIS this is not the case. I think you can find instructions for how to configure this for IIS 6 in the URLRewriter documentation.</description>
		<content:encoded><![CDATA[<p>Have you modified your web.config on your hosting web-server? You need to add references to URLRewriter as described in the article. Also, I assume that locally you are using the WebDev server that is built into Visual Studio? This webserver behaves slightly different from IIS, in WebDev all requests gets routed to the ASP.NET runtime, while in IIS this is not the case. I think you can find instructions for how to configure this for IIS 6 in the URLRewriter documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tada</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243/comment-page-1#comment-2294</link>
		<dc:creator>tada</dc:creator>
		<pubDate>Wed, 09 Dec 2009 11:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=243#comment-2294</guid>
		<description>Hi Peter,

I got my MSSQL database running on the web server of the hosting company. I tried to implement what you said on the database in my laptop - it worked! 

However, the feature does not work on the actual website even after I uploaded the urlrewriter.dll and another xml file into the bin folder of the hosting server. I am suspecting that it might be due to the fact that I had &quot;add reference&quot; to the urlrewriter.dll in my local machine, but not the one at the hosting server. Is there anyway to &quot;add reference&quot; for the database hosted by hosting company&#039;s server? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I got my MSSQL database running on the web server of the hosting company. I tried to implement what you said on the database in my laptop &#8211; it worked! </p>
<p>However, the feature does not work on the actual website even after I uploaded the urlrewriter.dll and another xml file into the bin folder of the hosting server. I am suspecting that it might be due to the fact that I had &#8220;add reference&#8221; to the urlrewriter.dll in my local machine, but not the one at the hosting server. Is there anyway to &#8220;add reference&#8221; for the database hosted by hosting company&#8217;s server? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
