<?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>Fri, 12 Mar 2010 00:31:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<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 'rewriter'.	C:\inetpub\wwwroot\gourmetshop\gourmetshop\web.config	24	4	C:\...\gourmetshop\&lt;div class="comment-remix-meta"&gt;&lt;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;"&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="^.*-c([0-9]+)/?$" to="~/Catalog.aspx?categoryID=$1" processing="stop"&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('8113','Alex','here is the rule which i used\r\n\r\nrewrite url=\&#34;^.*-c(&#38;#91;0-9&#38;#93;+)\/?$\&#34; to=\&#34;~\/Catalog.aspx?categoryID=$1\&#34; processing=\&#34;stop\&#34;'); return false;"&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>Hello , great input,
i have added the reference to the Intelligencia.UrlRewriter release dll, added the web config for UrlRewriter but the url isn't changing
here are the rules i used
&lt;!-- Rewrite category pages --&gt;
    
    
    &lt;!-- Rewrite subCategory pages --&gt;
    
    
    &lt;!-- Rewrite product details pages --&gt;
    

i want to achieve the following
http://gourmetshop.gotdns.com:8090/Ξηροί-καρποί-c1/
instead of
http://gourmetshop.gotdns.com:8090/catalog.aspx?categoryID=1

any thoughts why the url rewriter doesn't work properly?
i use visual studio pro for the developing
Thank you&lt;div class="comment-remix-meta"&gt;&lt;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&#60;!-- Rewrite category pages --&#62;\r\n    \r\n    \r\n    &#60;!-- Rewrite subCategory pages --&#62;\r\n    \r\n    \r\n    &#60;!-- Rewrite product details pages --&#62;\r\n    \r\n\r\ni want to achieve the following\r\nhttp:\/\/gourmetshop.gotdns.com:8090\/&#206;&#206;&#183;&#207;&#206;&#191;&#206;&#175;-&#206;&#186;&#206;&#177;&#207;&#207;&#206;&#191;&#206;&#175;-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;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</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/" rel="nofollow">http://gourmetshop.gotdns.com:8090/</a>Ξηροί-καρποί-c1/<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'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?

view web.config here 
http://www.adinc.us.com/webconfig.txt&lt;div class="comment-remix-meta"&gt;&lt;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;"&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="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('5463','SouthWind93','I have an interview later today. ,'); return false;"&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 &#38; css file
thanks
Paagnesh&lt;div class="comment-remix-meta"&gt;&lt;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 &#38;amp; css file\r\nthanks\r\nPaagnesh'); return false;"&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="comment-remix-meta"&gt;&lt;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;"&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="comment-remix-meta"&gt;&lt;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;"&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="comment-remix-meta"&gt;&lt;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;"&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>
	<item>
		<title>By: Josh1</title>
		<link>http://www.tutorialsasp.net/tutorials/url-rewriting-in-aspnet-using-urlrewriternet/#comment-4160</link>
		<dc:creator>Josh1</dc:creator>
		<pubDate>Thu, 16 Jul 2009 10:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialsasp.net/?p=63#comment-4160</guid>
		<description>I use procedure to create a virtual url,it return a string,example : “../FAQs/virtualurl-3″,and in webconfig i set : rewrite url="../FAQs/(.+)-(.+)" to="../manual/FAQ.aspx?id=$2" ,in this case,$2=3.So it work correct on local but when i uploaded on server it not work.
Help me,plz&lt;div class="comment-remix-meta"&gt;&lt;a href="#" class="quote" onclick="quote('4160','Josh1','I use procedure to create a virtual url,it return a string,example : &#226;..\/FAQs\/virtualurl-3&#226;&#179;,and in webconfig i set : rewrite url=\&#34;..\/FAQs\/(.+)-(.+)\&#34; to=\&#34;..\/manual\/FAQ.aspx?id=$2\&#34; ,in this case,$2=3.So it work correct on local but when i uploaded on server it not work.\r\nHelp me,plz'); return false;"&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>I use procedure to create a virtual url,it return a string,example : “../FAQs/virtualurl-3″,and in webconfig i set : rewrite url=&#8221;../FAQs/(.+)-(.+)&#8221; to=&#8221;../manual/FAQ.aspx?id=$2&#8243; ,in this case,$2=3.So it work correct on local but when i uploaded on server it not work.<br />
Help me,plz
<div class="comment-remix-meta"><a href="#" class="quote" onclick="quote('4160','Josh1','I use procedure to create a virtual url,it return a string,example : &acirc;..\/FAQs\/virtualurl-3&acirc;&sup3;,and in webconfig i set : rewrite url=\&quot;..\/FAQs\/(.+)-(.+)\&quot; to=\&quot;..\/manual\/FAQ.aspx?id=$2\&quot; ,in this case,$2=3.So it work correct on local but when i uploaded on server it not work.\r\nHelp me,plz'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
