<?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"
	>
<channel>
	<title>Comments on: URL Rewriting in ASP.NET using URLRewriter.Net</title>
	<atom:link href="http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/</link>
	<description>Get stuff done with ASP.NET</description>
	<pubDate>Wed, 07 Jan 2009 03:32:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: linhtv</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-227</link>
		<dc:creator>linhtv</dc:creator>
		<pubDate>Thu, 27 Nov 2008 17:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-227</guid>
		<description>Hi all!
I use urlrewrite.net
while i using config then have a problem!
test: http://localhost/Products/Item then OK
test: http://localhost/ the have a problem -&#62; error: http 404 - File not found!

help me

thanks you!&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('227','linhtv','Hi all!\r\nI use urlrewrite.net\r\nwhile i using config then have a problem!\r\ntest: http:\/\/localhost\/Products\/Item then OK\r\ntest: http:\/\/localhost\/ the have a problem -&#38;gt; error: http 404 - File not found!\r\n\r\nhelp me\r\n\r\nthanks you!'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi all!<br />
I use urlrewrite.net<br />
while i using config then have a problem!<br />
test: <a href="http://localhost/Products/Item" rel="nofollow">http://localhost/Products/Item</a> then OK<br />
test: <a href="http://localhost/" rel="nofollow">http://localhost/</a> the have a problem -&gt; error: http 404 - File not found!</p>
<p>help me</p>
<p>thanks you!
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('227','linhtv','Hi all!\r\nI use urlrewrite.net\r\nwhile i using config then have a problem!\r\ntest: http:\/\/localhost\/Products\/Item then OK\r\ntest: http:\/\/localhost\/ the have a problem -&amp;gt; error: http 404 - File not found!\r\n\r\nhelp me\r\n\r\nthanks you!'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandu203</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-51</link>
		<dc:creator>chandu203</dc:creator>
		<pubDate>Wed, 15 Oct 2008 06:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-51</guid>
		<description>Hi Vihutuo ,
                 Thanks for u r reply.I already done url like this http://localhost/urlfeet/products/203.aspx

I dont need .aspx at end.What I have to do&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('51','chandu203','Hi Vihutuo ,\r\n                 Thanks for u r reply.I already done url like this http:\/\/localhost\/urlfeet\/products\/203.aspx\r\n\r\nI dont need .aspx at end.What I have to do'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi Vihutuo ,<br />
                 Thanks for u r reply.I already done url like this <a href="http://localhost/urlfeet/products/203.aspx" rel="nofollow">http://localhost/urlfeet/products/203.aspx</a></p>
<p>I dont need .aspx at end.What I have to do
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('51','chandu203','Hi Vihutuo ,\r\n                 Thanks for u r reply.I already done url like this http:\/\/localhost\/urlfeet\/products\/203.aspx\r\n\r\nI dont need .aspx at end.What I have to do'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vihutuo</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-46</link>
		<dc:creator>Vihutuo</dc:creator>
		<pubDate>Tue, 14 Oct 2008 15:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-46</guid>
		<description>After you install URLRewriter.net as mentioned in the post above, you can use the following rule
&lt;code&gt;
&#60;rewriter&#62;
&#60;rewrite url = "~/Products/([^/.]+)\.aspxâ€ to=â€~/Products.aspx?id=$1â€³ /&#62;
&#60;/rewriter&#62;
&lt;code&gt;
However the friendly URl should be something like this 
http://localhost/urlfeet/products/203.aspx&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('46','Vihutuo','After you install URLRewriter.net as mentioned in the post above, you can use the following rule\r\n&#60;code&#62;\r\n&#38;lt;rewriter&#38;gt;\r\n&#38;lt;rewrite url = \&#34;~\/Products\/(&#38;#91;^\/.&#38;#93;+)\.aspx&#226;€ to=&#226;€~\/Products.aspx?id=$1&#226;€&#179; \/&#38;gt;\r\n&#38;lt;\/rewriter&#38;gt;\r\n&#60;code&#62;\r\nHowever the friendly URl should be something like this \r\nhttp:\/\/localhost\/urlfeet\/products\/203.aspx'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>After you install URLRewriter.net as mentioned in the post above, you can use the following rule<br />
<code><br />
&lt;rewriter&gt;<br />
&lt;rewrite url = "~/Products/([^/.]+)\.aspxâ€ to=â€~/Products.aspx?id=$1â€³ /&gt;<br />
&lt;/rewriter&gt;<br />
</code><code><br />
However the friendly URl should be something like this<br />
<a href="http://localhost/urlfeet/products/203.aspx" rel="nofollow">http://localhost/urlfeet/products/203.aspx</a>
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('46','Vihutuo','After you install URLRewriter.net as mentioned in the post above, you can use the following rule\r\n&lt;code&gt;\r\n&amp;lt;rewriter&amp;gt;\r\n&amp;lt;rewrite url = \&quot;~\/Products\/(&amp;#91;^\/.&amp;#93;+)\.aspx&acirc;€ to=&acirc;€~\/Products.aspx?id=$1&acirc;€&sup3; \/&amp;gt;\r\n&amp;lt;\/rewriter&amp;gt;\r\n&lt;code&gt;\r\nHowever the friendly URl should be something like this \r\nhttp:\/\/localhost\/urlfeet\/products\/203.aspx'); return false;">Quote</a></div>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandu203</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-45</link>
		<dc:creator>chandu203</dc:creator>
		<pubDate>Tue, 14 Oct 2008 13:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-45</guid>
		<description>Hi...to all.I'm searched a lot..for url rewriting.But I'm failed to get it.What is my requirement is, suppose we have an url

http://localhost/urlfeet/products.aspx?id=203

It must me like this 

http://localhost/urlfeet/products/203/

I want like this .Any body is there to help.I dont need .aspx at the  end of url.Please replay me if any body knows.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('45','chandu203','Hi...to all.I\'m searched a lot..for url rewriting.But I\'m failed to get it.What is my requirement is, suppose we have an url\r\n\r\nhttp:\/\/localhost\/urlfeet\/products.aspx?id=203\r\n\r\nIt must me like this \r\n\r\nhttp:\/\/localhost\/urlfeet\/products\/203\/\r\n\r\nI want like this .Any body is there to help.I dont need .aspx at the  end of url.Please replay me if any body knows.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi&#8230;to all.I&#8217;m searched a lot..for url rewriting.But I&#8217;m failed to get it.What is my requirement is, suppose we have an url</p>
<p><a href="http://localhost/urlfeet/products.aspx?id=203" rel="nofollow">http://localhost/urlfeet/products.aspx?id=203</a></p>
<p>It must me like this </p>
<p><a href="http://localhost/urlfeet/products/203/" rel="nofollow">http://localhost/urlfeet/products/203/</a></p>
<p>I want like this .Any body is there to help.I dont need .aspx at the  end of url.Please replay me if any body knows.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('45','chandu203','Hi...to all.I\'m searched a lot..for url rewriting.But I\'m failed to get it.What is my requirement is, suppose we have an url\r\n\r\nhttp:\/\/localhost\/urlfeet\/products.aspx?id=203\r\n\r\nIt must me like this \r\n\r\nhttp:\/\/localhost\/urlfeet\/products\/203\/\r\n\r\nI want like this .Any body is there to help.I dont need .aspx at the  end of url.Please replay me if any body knows.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vihutuo</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-43</link>
		<dc:creator>Vihutuo</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-43</guid>
		<description>@Anil I didn't have any problem using cookies with URL rewriting. I am using cookies and URL rewriting in one of my sites successfully.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('43','Vihutuo','@Anil I didn\'t have any problem using cookies with URL rewriting. I am using cookies and URL rewriting in one of my sites successfully.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@Anil I didn&#8217;t have any problem using cookies with URL rewriting. I am using cookies and URL rewriting in one of my sites successfully.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('43','Vihutuo','@Anil I didn\'t have any problem using cookies with URL rewriting. I am using cookies and URL rewriting in one of my sites successfully.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-42</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Mon, 13 Oct 2008 11:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-42</guid>
		<description>Hi,

Thanks for sharing such a wonderful code. But we are facing a problem of cookies which seems to be not working along with URL rewriting.

We have done lot of coding in cookies and there is no choice of eliminating cookies also we need to have URL Rewriting with the site.

Can you please guide us on this, there would be several people around facing same problem.


Thanks in advance.
Anil&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('42','anil','Hi,\r\n\r\nThanks for sharing such a wonderful code. But we are facing a problem of cookies which seems to be not working along with URL rewriting.\r\n\r\nWe have done lot of coding in cookies and there is no choice of eliminating cookies also we need to have URL Rewriting with the site.\r\n\r\nCan you please guide us on this, there would be several people around facing same problem.\r\n\r\n\r\nThanks in advance.\r\nAnil'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for sharing such a wonderful code. But we are facing a problem of cookies which seems to be not working along with URL rewriting.</p>
<p>We have done lot of coding in cookies and there is no choice of eliminating cookies also we need to have URL Rewriting with the site.</p>
<p>Can you please guide us on this, there would be several people around facing same problem.</p>
<p>Thanks in advance.<br />
Anil
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('42','anil','Hi,\r\n\r\nThanks for sharing such a wonderful code. But we are facing a problem of cookies which seems to be not working along with URL rewriting.\r\n\r\nWe have done lot of coding in cookies and there is no choice of eliminating cookies also we need to have URL Rewriting with the site.\r\n\r\nCan you please guide us on this, there would be several people around facing same problem.\r\n\r\n\r\nThanks in advance.\r\nAnil'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: tshai</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-36</link>
		<dc:creator>tshai</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-36</guid>
		<description>it is me again
it is working now great 
thanks&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('36','tshai','it is me again\r\nit is working now great \r\nthanks'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>it is me again<br />
it is working now great<br />
thanks
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('36','tshai','it is me again\r\nit is working now great \r\nthanks'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: tshai</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-35</link>
		<dc:creator>tshai</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-35</guid>
		<description>hello
i didnt understand where to put the





in the web.config it gaive me errors like this:

Message	12	Could not find schema information for the attribute 'to'.	C:\Documents and Settings\admin\My Documents\Visual Studio 2008\WebSites\urw\web.config	31	48	C:\...\urw\&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('35','tshai','hello\r\ni didnt understand where to put the\r\n\r\n\r\n\r\n\r\n\r\nin the web.config it gaive me errors like this:\r\n\r\nMessage	12	Could not find schema information for the attribute \'to\'.	C:\Documents and Settings\admin\My Documents\Visual Studio 2008\WebSites\urw\web.config	31	48	C:\...\urw\'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>hello<br />
i didnt understand where to put the</p>
<p>in the web.config it gaive me errors like this:</p>
<p>Message	12	Could not find schema information for the attribute &#8216;to&#8217;.	C:\Documents and Settings\admin\My Documents\Visual Studio 2008\WebSites\urw\web.config	31	48	C:\&#8230;\urw\
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('35','tshai','hello\r\ni didnt understand where to put the\r\n\r\n\r\n\r\n\r\n\r\nin the web.config it gaive me errors like this:\r\n\r\nMessage	12	Could not find schema information for the attribute \'to\'.	C:\Documents and Settings\admin\My Documents\Visual Studio 2008\WebSites\urw\web.config	31	48	C:\...\urw\'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-31</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-31</guid>
		<description>I've tried to solve the bostback issue by modifying the GetUrl() method of the Form control you can find in the source code of the project.
Now it seems to work fine.
If you are interested in my solution please ask me, i don't want to bother you by writing code if not requested :D

Cheers&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('31','Robert','I\'ve tried to solve the bostback issue by modifying the GetUrl() method of the Form control you can find in the source code of the project.\r\nNow it seems to work fine.\r\nIf you are interested in my solution please ask me, i don\'t want to bother you by writing code if not requested :D\r\n\r\nCheers'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to solve the bostback issue by modifying the GetUrl() method of the Form control you can find in the source code of the project.<br />
Now it seems to work fine.<br />
If you are interested in my solution please ask me, i don&#8217;t want to bother you by writing code if not requested <img src='http://www.tutorialsasp.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Cheers
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('31','Robert','I\'ve tried to solve the bostback issue by modifying the GetUrl() method of the Form control you can find in the source code of the project.\r\nNow it seems to work fine.\r\nIf you are interested in my solution please ask me, i don\'t want to bother you by writing code if not requested :D\r\n\r\nCheers'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPARLATO</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-27</link>
		<dc:creator>JPARLATO</dc:creator>
		<pubDate>Tue, 07 Oct 2008 10:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-27</guid>
		<description>How does the url re-writer interact or behave with the site map?  In using sitemaps, I've found the url must match exactly in the site map - and I wondered if this has any implications when using the url re-writer.&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('27','JPARLATO','How does the url re-writer interact or behave with the site map?  In using sitemaps, I\'ve found the url must match exactly in the site map - and I wondered if this has any implications when using the url re-writer.'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>How does the url re-writer interact or behave with the site map?  In using sitemaps, I&#8217;ve found the url must match exactly in the site map - and I wondered if this has any implications when using the url re-writer.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('27','JPARLATO','How does the url re-writer interact or behave with the site map?  In using sitemaps, I\'ve found the url must match exactly in the site map - and I wondered if this has any implications when using the url re-writer.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
