<?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: 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>
	<lastBuildDate>Sun, 08 Aug 2010 09:09:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sandeep Gupta</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-8322</link>
		<dc:creator>Sandeep Gupta</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-8322</guid>
		<description>How to use querystring with rewritten url?
e.g. http://localhost/products/DVD.aspx?act=1

how to access act querystring variable in page load?&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;8322&#039;,&#039;Sandeep Gupta&#039;,&#039;How to use querystring with rewritten url?\r\ne.g. http:\/\/localhost\/products\/DVD.aspx?act=1\r\n\r\nhow to access act querystring variable in page load?&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>How to use querystring with rewritten url?<br />
e.g. <a href="http://localhost/products/DVD.aspx?act=1" rel="nofollow">http://localhost/products/DVD.aspx?act=1</a></p>
<p>how to access act querystring variable in page load?
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('8322','Sandeep Gupta','How to use querystring with rewritten url?\r\ne.g. http:\/\/localhost\/products\/DVD.aspx?act=1\r\n\r\nhow to access act querystring variable in page load?'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-8116</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 25 Feb 2010 14:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-8116</guid>
		<description>this is the error i get

Message	1	Could not find schema information for the element &#039;rewriter&#039;.	C:\inetpub\wwwroot\gourmetshop\gourmetshop\web.config	24	4	C:\...\gourmetshop\&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;8116&#039;,&#039;Alex&#039;,&#039;this is the error i get\r\n\r\nMessage	1	Could not find schema information for the element \&#039;rewriter\&#039;.	C:\inetpub\wwwroot\gourmetshop\gourmetshop\web.config	24	4	C:\...\gourmetshop\&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>this is the error i get</p>
<p>Message	1	Could not find schema information for the element &#8216;rewriter&#8217;.	C:\inetpub\wwwroot\gourmetshop\gourmetshop\web.config	24	4	C:\&#8230;\gourmetshop\
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('8116','Alex','this is the error i get\r\n\r\nMessage	1	Could not find schema information for the element \'rewriter\'.	C:\inetpub\wwwroot\gourmetshop\gourmetshop\web.config	24	4	C:\...\gourmetshop\'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-8113</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-8113</guid>
		<description>here is the rule which i used

rewrite url=&quot;^.*-c([0-9]+)/?$&quot; to=&quot;~/Catalog.aspx?categoryID=$1&quot; processing=&quot;stop&quot;&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;8113&#039;,&#039;Alex&#039;,&#039;here is the rule which i used\r\n\r\nrewrite url=\&quot;^.*-c(&#091;0-9&#093;+)\/?$\&quot; to=\&quot;~\/Catalog.aspx?categoryID=$1\&quot; processing=\&quot;stop\&quot;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>here is the rule which i used</p>
<p>rewrite url=&#8221;^.*-c([0-9]+)/?$&#8221; to=&#8221;~/Catalog.aspx?categoryID=$1&#8243; processing=&#8221;stop&#8221;
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('8113','Alex','here is the rule which i used\r\n\r\nrewrite url=\&quot;^.*-c(&amp;#91;0-9&amp;#93;+)\/?$\&quot; to=\&quot;~\/Catalog.aspx?categoryID=$1\&quot; processing=\&quot;stop\&quot;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-8112</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 25 Feb 2010 10:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-8112</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Hello , great input,<br />
i have added the reference to the Intelligencia.UrlRewriter release dll, added the web config for UrlRewriter but the url isn&#8217;t changing<br />
here are the rules i used<br />
<!-- Rewrite category pages --></p>
<p>    <!-- Rewrite subCategory pages --></p>
<p>    <!-- Rewrite product details pages --></p>
<p>i want to achieve the following<br />
<a href="http://gourmetshop.gotdns.com:8090/Ξηροί-καρποί-c1/" rel="nofollow">http://gourmetshop.gotdns.com:8090/Ξηροί-καρποί-c1/</a><br />
instead of<br />
<a href="http://gourmetshop.gotdns.com:8090/catalog.aspx?categoryID=1" rel="nofollow">http://gourmetshop.gotdns.com:8090/catalog.aspx?categoryID=1</a></p>
<p>any thoughts why the url rewriter doesn&#8217;t work properly?<br />
i use visual studio pro for the developing<br />
Thank you
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('8112','Alex','Hello , great input,\r\ni have added the reference to the Intelligencia.UrlRewriter release dll, added the web config for UrlRewriter but the url isn\'t changing\r\nhere are the rules i used\r\n&lt;!-- Rewrite category pages --&gt;\r\n    \r\n    \r\n    &lt;!-- Rewrite subCategory pages --&gt;\r\n    \r\n    \r\n    &lt;!-- Rewrite product details pages --&gt;\r\n    \r\n\r\ni want to achieve the following\r\nhttp:\/\/gourmetshop.gotdns.com:8090\/&Icirc;&Icirc;&middot;&Iuml;&Icirc;&iquest;&Icirc;&macr;-&Icirc;&ordm;&Icirc;&plusmn;&Iuml;&Iuml;&Icirc;&iquest;&Icirc;&macr;-c1\/\r\ninstead of\r\nhttp:\/\/gourmetshop.gotdns.com:8090\/catalog.aspx?categoryID=1\r\n\r\nany thoughts why the url rewriter doesn\'t work properly?\r\ni use visual studio pro for the developing\r\nThank you'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-7078</link>
		<dc:creator>Bradley</dc:creator>
		<pubDate>Tue, 05 Jan 2010 19:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-7078</guid>
		<description>Wonderful, I&#039;ve been looking for something simple, but i cannot get it to work!!!  I uploaded the .dll to bin, added the web.config additions and I get no errors or no results using .NET 2.0/on Net. Sol. host.  The URL doesn&#039;t change if I use query parameters, or just a basic .aspx page.  I even tried urlMappings with no results. It must be a config setting.  So sad, can you please help?

view web.config here 
http://www.adinc.us.com/webconfig.txt&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;7078&#039;,&#039;Bradley&#039;,&#039;Wonderful, I\&#039;ve been looking for something simple, but i cannot get it to work!!!  I uploaded the .dll to bin, added the web.config additions and I get no errors or no results using .NET 2.0\/on Net. Sol. host.  The URL doesn\&#039;t change if I use query parameters, or just a basic .aspx page.  I even tried urlMappings with no results. It must be a config setting.  So sad, can you please help?\r\n\r\nview web.config here \r\nhttp:\/\/www.adinc.us.com\/webconfig.txt&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Wonderful, I&#8217;ve been looking for something simple, but i cannot get it to work!!!  I uploaded the .dll to bin, added the web.config additions and I get no errors or no results using .NET 2.0/on Net. Sol. host.  The URL doesn&#8217;t change if I use query parameters, or just a basic .aspx page.  I even tried urlMappings with no results. It must be a config setting.  So sad, can you please help?</p>
<p>view web.config here<br />
<a href="http://www.adinc.us.com/webconfig.txt" rel="nofollow">http://www.adinc.us.com/webconfig.txt</a>
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('7078','Bradley','Wonderful, I\'ve been looking for something simple, but i cannot get it to work!!!  I uploaded the .dll to bin, added the web.config additions and I get no errors or no results using .NET 2.0\/on Net. Sol. host.  The URL doesn\'t change if I use query parameters, or just a basic .aspx page.  I even tried urlMappings with no results. It must be a config setting.  So sad, can you please help?\r\n\r\nview web.config here \r\nhttp:\/\/www.adinc.us.com\/webconfig.txt'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: SouthWind93</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-5463</link>
		<dc:creator>SouthWind93</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-5463</guid>
		<description>I have an interview later today. ,&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;5463&#039;,&#039;SouthWind93&#039;,&#039;I have an interview later today. ,&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I have an interview later today. ,
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('5463','SouthWind93','I have an interview later today. ,'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pragnesh</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-5277</link>
		<dc:creator>Pragnesh</dc:creator>
		<pubDate>Fri, 09 Oct 2009 12:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-5277</guid>
		<description>hi,
i am having problem with masterpages.
can anyone having same problem?

its not able to find the refrenced javascript &amp; css file
thanks
Paagnesh&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;5277&#039;,&#039;Pragnesh&#039;,&#039;hi,\r\ni am having problem with masterpages.\r\ncan anyone having same problem?\r\n\r\nits not able to find the refrenced javascript &amp; css file\r\nthanks\r\nPaagnesh&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>hi,<br />
i am having problem with masterpages.<br />
can anyone having same problem?</p>
<p>its not able to find the refrenced javascript &amp; css file<br />
thanks<br />
Paagnesh
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('5277','Pragnesh','hi,\r\ni am having problem with masterpages.\r\ncan anyone having same problem?\r\n\r\nits not able to find the refrenced javascript &amp;amp; css file\r\nthanks\r\nPaagnesh'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramkumar</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-5194</link>
		<dc:creator>ramkumar</dc:creator>
		<pubDate>Thu, 01 Oct 2009 09:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-5194</guid>
		<description>Hi All

i am using Intelligencia.UrlRewriter.dll for Url rewriting..


In web.config this works fine




http://localhost:3878/products.aspx/books

My problem is
-------------------




http://localhost:3878/products/books

This type is working in my local server but when i upload in FTP
it is not working

http://www.cminfoline.cmlinks.com/products/books---not working

Please help me with this....


Thanks in Advance&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;5194&#039;,&#039;ramkumar&#039;,&#039;Hi All\r\n\r\ni am using Intelligencia.UrlRewriter.dll for Url rewriting..\r\n\r\n\r\nIn web.config this works fine\r\n\r\n\r\n\r\n\r\nhttp:\/\/localhost:3878\/products.aspx\/books\r\n\r\nMy problem is\r\n-------------------\r\n\r\n\r\n\r\n\r\nhttp:\/\/localhost:3878\/products\/books\r\n\r\nThis type is working in my local server but when i upload in FTP\r\nit is not working\r\n\r\nhttp:\/\/www.cminfoline.cmlinks.com\/products\/books---not working\r\n\r\nPlease help me with this....\r\n\r\n\r\nThanks in Advance&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi All</p>
<p>i am using Intelligencia.UrlRewriter.dll for Url rewriting..</p>
<p>In web.config this works fine</p>
<p><a href="http://localhost:3878/products.aspx/books" rel="nofollow">http://localhost:3878/products.aspx/books</a></p>
<p>My problem is<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><a href="http://localhost:3878/products/books" rel="nofollow">http://localhost:3878/products/books</a></p>
<p>This type is working in my local server but when i upload in FTP<br />
it is not working</p>
<p><a href="http://www.cminfoline.cmlinks.com/products/books---not" rel="nofollow">http://www.cminfoline.cmlinks.com/products/books&#8212;not</a> working</p>
<p>Please help me with this&#8230;.</p>
<p>Thanks in Advance
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('5194','ramkumar','Hi All\r\n\r\ni am using Intelligencia.UrlRewriter.dll for Url rewriting..\r\n\r\n\r\nIn web.config this works fine\r\n\r\n\r\n\r\n\r\nhttp:\/\/localhost:3878\/products.aspx\/books\r\n\r\nMy problem is\r\n-------------------\r\n\r\n\r\n\r\n\r\nhttp:\/\/localhost:3878\/products\/books\r\n\r\nThis type is working in my local server but when i upload in FTP\r\nit is not working\r\n\r\nhttp:\/\/www.cminfoline.cmlinks.com\/products\/books---not working\r\n\r\nPlease help me with this....\r\n\r\n\r\nThanks in Advance'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: tush</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-4909</link>
		<dc:creator>tush</dc:creator>
		<pubDate>Wed, 09 Sep 2009 08:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-4909</guid>
		<description>Hi..
I have added the same file in App_Browser but still i cant c the changes. I check my pages by this site http://analyze.websiteoptimization.com. It shows that page not found. So how much time it take to get all the pages after you add this file?&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;4909&#039;,&#039;tush&#039;,&#039;Hi..\r\nI have added the same file in App_Browser but still i cant c the changes. I check my pages by this site http:\/\/analyze.websiteoptimization.com. It shows that page not found. So how much time it take to get all the pages after you add this file?&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi..<br />
I have added the same file in App_Browser but still i cant c the changes. I check my pages by this site <a href="http://analyze.websiteoptimization.com" rel="nofollow">http://analyze.websiteoptimization.com</a>. It shows that page not found. So how much time it take to get all the pages after you add this file?
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('4909','tush','Hi..\r\nI have added the same file in App_Browser but still i cant c the changes. I check my pages by this site http:\/\/analyze.websiteoptimization.com. It shows that page not found. So how much time it take to get all the pages after you add this file?'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: apurva Muddappa</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-4305</link>
		<dc:creator>apurva Muddappa</dc:creator>
		<pubDate>Mon, 27 Jul 2009 12:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-4305</guid>
		<description>I apologize if this forum was not meant for this type of question, but I am trying to setup a somewhat simple rule in urlwriter that I just cant figure out.  I am trying to execute a redirect only if the url does not contain index.html. so I tried 





I have tried several other things, but nothing works, please help.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;4305&#039;,&#039;apurva Muddappa&#039;,&#039;I apologize if this forum was not meant for this type of question, but I am trying to setup a somewhat simple rule in urlwriter that I just cant figure out.  I am trying to execute a redirect only if the url does not contain index.html. so I tried \r\n\r\n\r\n\r\n\r\n\r\nI have tried several other things, but nothing works, please help.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I apologize if this forum was not meant for this type of question, but I am trying to setup a somewhat simple rule in urlwriter that I just cant figure out.  I am trying to execute a redirect only if the url does not contain index.html. so I tried </p>
<p>I have tried several other things, but nothing works, please help.
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('4305','apurva Muddappa','I apologize if this forum was not meant for this type of question, but I am trying to setup a somewhat simple rule in urlwriter that I just cant figure out.  I am trying to execute a redirect only if the url does not contain index.html. so I tried \r\n\r\n\r\n\r\n\r\n\r\nI have tried several other things, but nothing works, please help.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
