<?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: Drop the Soap: WCF, REST, and Pretty URIs in .NET 4</title>
	<atom:link href="http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/feed" rel="self" type="application/rss+xml" />
	<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4</link>
	<description>IArchitect, IBlog, ILeader</description>
	<lastBuildDate>Fri, 02 Jul 2010 14:23:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/comment-page-1#comment-396</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4#comment-396</guid>
		<description>Basic/silly questions - Did you target the .NET 4.0 framework and is .NET 4 on the server?

How is your IIS configured?  You should not have a virtual folder set up for your paths.  You should just deploy the service and let the routes be determined by the application (not at the IIS level)

Can you post any snippets of the global.asax routes?</description>
		<content:encoded><![CDATA[<p>Basic/silly questions &#8211; Did you target the .NET 4.0 framework and is .NET 4 on the server?</p>
<p>How is your IIS configured?  You should not have a virtual folder set up for your paths.  You should just deploy the service and let the routes be determined by the application (not at the IIS level)</p>
<p>Can you post any snippets of the global.asax routes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/comment-page-1#comment-395</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 02 Jul 2010 13:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4#comment-395</guid>
		<description>I too am experiencing the 404 error when I deployed to an IIS 7 staging server. Worked creat running through VS 2010 locally. I ran aspnet reg tool but still no luck. Any ideas?</description>
		<content:encoded><![CDATA[<p>I too am experiencing the 404 error when I deployed to an IIS 7 staging server. Worked creat running through VS 2010 locally. I ran aspnet reg tool but still no luck. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/comment-page-1#comment-392</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4#comment-392</guid>
		<description>I have looked into it, but I have not written any code...yet.  Are you working integrating those?

There is an OAuth library for .Net.  It should be doable!</description>
		<content:encoded><![CDATA[<p>I have looked into it, but I have not written any code&#8230;yet.  Are you working integrating those?</p>
<p>There is an OAuth library for .Net.  It should be doable!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Jensen</title>
		<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/comment-page-1#comment-390</link>
		<dc:creator>Kevin Jensen</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4#comment-390</guid>
		<description>Chris,

Have you tried implementing OAuth with WCF Rest?</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Have you tried implementing OAuth with WCF Rest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/comment-page-1#comment-374</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 26 May 2010 14:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4#comment-374</guid>
		<description>You may need to run the aspnet reg tool for ASP.NET 4.  Its possible II7 isn&#039;t recognizing the new bits and doesn&#039;t know how to route the request.

When I get back to my other laptop with VS on it I will give it a shot and see if I have any issue with it.</description>
		<content:encoded><![CDATA[<p>You may need to run the aspnet reg tool for ASP.NET 4.  Its possible II7 isn&#8217;t recognizing the new bits and doesn&#8217;t know how to route the request.</p>
<p>When I get back to my other laptop with VS on it I will give it a shot and see if I have any issue with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtdave</title>
		<link>http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4/comment-page-1#comment-355</link>
		<dc:creator>gtdave</dc:creator>
		<pubDate>Sat, 22 May 2010 13:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4#comment-355</guid>
		<description>Great Post!

I have everything working fine on the development server in visual studio, but I always get 404.0 errors when the service is deployed on IIS7.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Great Post!</p>
<p>I have everything working fine on the development server in visual studio, but I always get 404.0 errors when the service is deployed on IIS7.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

