<?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: Building an API in .NET</title>
	<atom:link href="http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/</link>
	<description>.NET Software Development</description>
	<lastBuildDate>Mon, 14 Nov 2011 14:58:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ruud</title>
		<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/comment-page-1/#comment-48228</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Thu, 12 Mar 2009 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=41#comment-48228</guid>
		<description>Adre, are you sure your namespace is called RestAPI?</description>
		<content:encoded><![CDATA[<p>Adre, are you sure your namespace is called RestAPI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/comment-page-1/#comment-47193</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Thu, 05 Feb 2009 11:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=41#comment-47193</guid>
		<description>Hi Jack,

thanks for this easy to understanding sample.
However, I can&#039;t make it work with VS2008 and IIS7...
VS tells me that I&#039;ve to include a token like .
When I include this token I get an error message:

HTTP Error 500.23 - Internal Server Error
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

I found a solution for to add

  
    
  

to the web config.
But than I get the configuration error in the line add verb=&quot;*&quot; path=&quot;API/*.ashx&quot; type=&quot;RestAPI.TestHandler, RestAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&quot;&gt;

Maybe somebody can help me?
Thanks, Andre</description>
		<content:encoded><![CDATA[<p>Hi Jack,</p>
<p>thanks for this easy to understanding sample.<br />
However, I can&#8217;t make it work with VS2008 and IIS7&#8230;<br />
VS tells me that I&#8217;ve to include a token like .<br />
When I include this token I get an error message:</p>
<p>HTTP Error 500.23 &#8211; Internal Server Error<br />
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode</p>
<p>I found a solution for to add</p>
<p>to the web config.<br />
But than I get the configuration error in the line add verb=&#8221;*&#8221; path=&#8221;API/*.ashx&#8221; type=&#8221;RestAPI.TestHandler, RestAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null&#8221;&gt;</p>
<p>Maybe somebody can help me?<br />
Thanks, Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/comment-page-1/#comment-23849</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Tue, 25 Mar 2008 13:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=41#comment-23849</guid>
		<description>Wow.  That&#039;s shady, thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Wow.  That&#8217;s shady, thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kennedy</title>
		<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/comment-page-1/#comment-23842</link>
		<dc:creator>Michael Kennedy</dc:creator>
		<pubDate>Tue, 25 Mar 2008 12:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=41#comment-23842</guid>
		<description>Did you know that your posts are being stolen by SpotGnome? Your content is being stripped of your name, and posted on their site as your own. Here&#039;s your post on their site, with their copyright.

http://www.spotgnome.com/2008/03/18/BuildingAnAPIInNET.aspx

I&#039;m writing to you because this is happening to me as well, and I don&#039;t like one little bit. See the comments at the end of my stolen post:

http://www.spotgnome.com/CommentView,guid,c672cf17-39dd-4abd-a263-6f0c78537daf.aspx#commentstart</description>
		<content:encoded><![CDATA[<p>Did you know that your posts are being stolen by SpotGnome? Your content is being stripped of your name, and posted on their site as your own. Here&#8217;s your post on their site, with their copyright.</p>
<p><a href="http://www.spotgnome.com/2008/03/18/BuildingAnAPIInNET.aspx" rel="nofollow">http://www.spotgnome.com/2008/03/18/BuildingAnAPIInNET.aspx</a></p>
<p>I&#8217;m writing to you because this is happening to me as well, and I don&#8217;t like one little bit. See the comments at the end of my stolen post:</p>
<p><a href="http://www.spotgnome.com/CommentView,guid,c672cf17-39dd-4abd-a263-6f0c78537daf.aspx#commentstart" rel="nofollow">http://www.spotgnome.com/CommentView,guid,c672cf17-39dd-4abd-a263-6f0c78537daf.aspx#commentstart</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/comment-page-1/#comment-22847</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Sun, 16 Mar 2008 14:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=41#comment-22847</guid>
		<description>I stumbled across this article over the weekend that I had to link to, very funny.

http://tomayko.com/writings/rest-to-my-wife</description>
		<content:encoded><![CDATA[<p>I stumbled across this article over the weekend that I had to link to, very funny.</p>
<p><a href="http://tomayko.com/writings/rest-to-my-wife" rel="nofollow">http://tomayko.com/writings/rest-to-my-wife</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2008/03/14/building-an-api-in-net/comment-page-1/#comment-22846</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Sun, 16 Mar 2008 14:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=41#comment-22846</guid>
		<description>@Garren:  Good comment, it made me do a lot of reading on the subject over the weekend.  I will have to agree with you, my solution is much more RPC than REST.  I did not read the Fielding thesis before I wrote this article, I linked to it only because I knew it existed.  

I based my definition of REST on the faulty logic that flickr was a good example of it.  Flickr also appears to be more RPC than REST.  (I guess that this would apply to Twitter also)

Anyway, thanks for the comment.</description>
		<content:encoded><![CDATA[<p>@Garren:  Good comment, it made me do a lot of reading on the subject over the weekend.  I will have to agree with you, my solution is much more RPC than REST.  I did not read the Fielding thesis before I wrote this article, I linked to it only because I knew it existed.  </p>
<p>I based my definition of REST on the faulty logic that flickr was a good example of it.  Flickr also appears to be more RPC than REST.  (I guess that this would apply to Twitter also)</p>
<p>Anyway, thanks for the comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

