<?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: Paths and file locations in ASP.NET</title>
	<atom:link href="http://jamesmckay.net/2008/09/paths-and-file-locations-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesmckay.net/2008/09/paths-and-file-locations-in-aspnet/</link>
	<description>because there are few things that are less logical than business logic</description>
	<lastBuildDate>Mon, 19 Dec 2011 16:13:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: shiyaz</title>
		<link>http://jamesmckay.net/2008/09/paths-and-file-locations-in-aspnet/comment-page-1/#comment-3893</link>
		<dc:creator>shiyaz</dc:creator>
		<pubDate>Tue, 07 Apr 2009 15:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://jamesmckay.net/?p=399#comment-3893</guid>
		<description>hi
i would like to do the URLs as wikipedia style and am not a xtreme programmer,
pls mail me a sample code .
when i  try in global.asax

reqestedpath=requested url.split(&quot;:&quot;); ie. wikipedia like url book:war_and_peace
keyword=reqestedpath[0]; ie. book
bookid=reqestedpath[1];  ie. war_and_peace

if(keyword==book)
{
context.rewritepath(bookview aspx?bookid= +bookname );
}

this generates 400(bad request error);

please give me a solution</description>
		<content:encoded><![CDATA[<p>hi<br />
i would like to do the URLs as wikipedia style and am not a xtreme programmer,<br />
pls mail me a sample code .<br />
when i  try in global.asax</p>
<p>reqestedpath=requested url.split(&#8220;:&#8221;); ie. wikipedia like url book:war_and_peace<br />
keyword=reqestedpath[0]; ie. book<br />
bookid=reqestedpath[1];  ie. war_and_peace</p>
<p>if(keyword==book)<br />
{<br />
context.rewritepath(bookview aspx?bookid= +bookname );<br />
}</p>
<p>this generates 400(bad request error);</p>
<p>please give me a solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiyaz</title>
		<link>http://jamesmckay.net/2008/09/paths-and-file-locations-in-aspnet/comment-page-1/#comment-3888</link>
		<dc:creator>shiyaz</dc:creator>
		<pubDate>Mon, 06 Apr 2009 12:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://jamesmckay.net/?p=399#comment-3888</guid>
		<description>hi 
http://localhost:1451/myapps/books/Category:manual

this url gives me an 
HTTP Error 400 - Bad Request. error.
 
i use
if(success) RewritePath(&quot;pageView.aspx?category=manual&quot;);
pls help me</description>
		<content:encoded><![CDATA[<p>hi<br />
<a href="http://localhost:1451/myapps/books/Category:manual" rel="nofollow">http://localhost:1451/myapps/books/Category:manual</a></p>
<p>this url gives me an<br />
HTTP Error 400 &#8211; Bad Request. error.</p>
<p>i use<br />
if(success) RewritePath(&#8220;pageView.aspx?category=manual&#8221;);<br />
pls help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiyaz</title>
		<link>http://jamesmckay.net/2008/09/paths-and-file-locations-in-aspnet/comment-page-1/#comment-3887</link>
		<dc:creator>shiyaz</dc:creator>
		<pubDate>Mon, 06 Apr 2009 12:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://jamesmckay.net/?p=399#comment-3887</guid>
		<description>hi 
http://localhost:1451/myapps/books/Category:manual

this url gives me an 
HTTP Error 400 - Bad Request. error.
pls help me</description>
		<content:encoded><![CDATA[<p>hi<br />
<a href="http://localhost:1451/myapps/books/Category:manual" rel="nofollow">http://localhost:1451/myapps/books/Category:manual</a></p>
<p>this url gives me an<br />
HTTP Error 400 &#8211; Bad Request. error.<br />
pls help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam McGeown</title>
		<link>http://jamesmckay.net/2008/09/paths-and-file-locations-in-aspnet/comment-page-1/#comment-3324</link>
		<dc:creator>Sam McGeown</dc:creator>
		<pubDate>Wed, 10 Sep 2008 13:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://jamesmckay.net/?p=399#comment-3324</guid>
		<description>Nice post James - I have had problems with parsing URLs in the past because I was using the wrong property in HttpContext.Current.Request - at least I have somewhere to refer to now!</description>
		<content:encoded><![CDATA[<p>Nice post James &#8211; I have had problems with parsing URLs in the past because I was using the wrong property in HttpContext.Current.Request &#8211; at least I have somewhere to refer to now!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

