<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>CleverClever</title>
	<atom:link href="http://www.cleverclever.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cleverclever.com</link>
	<description>So clever its stupid.</description>
	<pubDate>Wed, 10 Dec 2008 20:36:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Running a Service on GoGrid in VS needs to run VS as Admin</title>
		<link>http://www.cleverclever.com/?p=24</link>
		<comments>http://www.cleverclever.com/?p=24#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:44:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cleverclever.com/?p=24</guid>
		<description><![CDATA[Tried running a service on GoGrid and got the following error:
HTTP could not register URL http://+:8000/Update.asp/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).
With a little help from social MSDN I realized that I needed to run visual studio as admin in order to test my service so it [...]]]></description>
			<content:encoded><![CDATA[<p>Tried running a service on GoGrid and got the following error:</p>
<p>HTTP could not register URL http://+:8000/Update.asp/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).</p>
<p>With a little help from social MSDN I realized that I needed to run visual studio as admin in order to test my service so it could listen to a uri.</p>
<p>So as not to have to do this every time create a shortcut to visual studio; rt click on it choos properties; then the Advanced button; then check the run as administrator ; OK; OK;</p>
<p><a title="Social MSDN Helped" href="http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/1f82b96d-9084-4326-87c6-1c81101397d5/" target="_blank">http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/1f82b96d-9084-4326-87c6-1c81101397d5/</a></p>
<p>Then I got</p>
<p>HTTP could not register URL http://+:8000/Update.asp/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).</p>
<p>Which MS indicates is a firewall issue; which it is not.</p>
<p>Created a command prompt shortcut as above.</p>
<p>Running the following got me going.</p>
<p>netsh http add urlacl url=<a href="http://+:8000/"><span style="text-decoration: underline; color: blue;">http://+:8000/</span></a> user=DOMAIN\UserName</p>
<p>Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverclever.com/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>WCF Performance Optimization Tips from Merill</title>
		<link>http://www.cleverclever.com/?p=22</link>
		<comments>http://www.cleverclever.com/?p=22#comments</comments>
		<pubDate>Tue, 25 Nov 2008 03:06:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Optimization]]></category>

		<category><![CDATA[Performance]]></category>

		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.cleverclever.com/?p=22</guid>
		<description><![CDATA[http://www.merill.net/post/2008/10/WCF-Performance-Optimization-Tips.aspx
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.merill.net/post/2008/10/WCF-Performance-Optimization-Tips.aspx">http://www.merill.net/post/2008/10/WCF-Performance-Optimization-Tips.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverclever.com/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>Ready to Play</title>
		<link>http://www.cleverclever.com/?p=8</link>
		<comments>http://www.cleverclever.com/?p=8#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:05:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Pool]]></category>

		<guid isPermaLink="false">http://www.cleverclever.com/?p=8</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<div id="attachment_7" class="wp-caption alignnone" style="width: 310px"><a href="http://www.cleverclever.com/wp-content/uploads/2008/10/dsc_6514.jpg"><img class="size-medium wp-image-7" title="Ready to Play Title" src="http://www.cleverclever.com/wp-content/uploads/2008/10/dsc_6514-300x199.jpg" alt="Ready to Play Caption" width="300" height="199" /></a><p class="wp-caption-text">Ready to Play Caption</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverclever.com/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
	</channel>
</rss>
