<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terrance A. Snyder</title>
	<atom:link href="http://blog.shutupandcode.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.shutupandcode.net</link>
	<description>Ramblings about .NET, Azure, SQL, and enterprise software development using .NET</description>
	<lastBuildDate>Mon, 23 Aug 2010 16:46:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Its like somebody just opened a window.</title>
		<link>http://blog.shutupandcode.net/?p=1199</link>
		<comments>http://blog.shutupandcode.net/?p=1199#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:46:38 +0000</pubDate>
		<dc:creator>Terrance A. Snyder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.shutupandcode.net/?p=1199</guid>
		<description><![CDATA[I can&#8217;t get over how nice Fluent NHibernate is.
]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t get over how nice <a href="http://fluentnhibernate.org/">Fluent NHibernate</a> is.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shutupandcode.net/?feed=rss2&amp;p=1199</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Human Windows Workflow Foundation 3.5 over WCF</title>
		<link>http://blog.shutupandcode.net/?p=1197</link>
		<comments>http://blog.shutupandcode.net/?p=1197#comments</comments>
		<pubDate>Wed, 04 Aug 2010 17:49:09 +0000</pubDate>
		<dc:creator>Terrance A. Snyder</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.shutupandcode.net/?p=1197</guid>
		<description><![CDATA[Couple of things I have started to notice some basic gotch-yas for developers around my place of employment.
Error on activity validation &#8211; cannot find condition
You will get this error when using embedded declarative code conditions in anything from a WhileActivity to a IfElseActivity. Basically if your .rule file is not named exactly the same as [...]]]></description>
			<content:encoded><![CDATA[<p>Couple of things I have started to notice some basic gotch-yas for developers around my place of employment.</p>
<h4>Error on activity validation &#8211; cannot find condition</h4>
<p>You will get this error when using embedded declarative code conditions in anything from a WhileActivity to a IfElseActivity. Basically if your .rule file is not named exactly the same as your .xoml file (including case!) the *.rules file will not load.</p>
<p>To fix this open up the *.csproj file and change the dependency to include the correct casing and names for the rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shutupandcode.net/?feed=rss2&amp;p=1197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2008 Server R2 &#8211; Changing IIS To Not Listen on Port 80</title>
		<link>http://blog.shutupandcode.net/?p=1194</link>
		<comments>http://blog.shutupandcode.net/?p=1194#comments</comments>
		<pubDate>Tue, 01 Jun 2010 22:07:39 +0000</pubDate>
		<dc:creator>Terrance A. Snyder</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.shutupandcode.net/?p=1194</guid>
		<description><![CDATA[Been diagnosing a problem between a SOLR index job and an IIS RESTful web service. At some point in the batch something bad happens and I don&#8217;t know what it is. I wanted to have a real-time monitor in place and tried to get fiddler up and running to monitor the http requests coming into [...]]]></description>
			<content:encoded><![CDATA[<p>Been diagnosing a problem between a SOLR index job and an IIS RESTful web service. At some point in the batch something bad happens and I don&#8217;t know what it is. I wanted to have a real-time monitor in place and tried to get fiddler up and running to monitor the http requests coming into IIS.</p>
<p>I could only do this by setting up a reverse proxy, having fiddler run on port 80 and redirect to port 81 to which IIS would be running. I did run into a snag, IIS still kept a hold on port 80 until I ran the below command line..</p>
<pre class="brush: php">
netsh http add iplisten ipaddress=x.x.x.x
</pre>
<p>1) stop all IIS services: net stop http /y<br />
2) have IIS listen only on the IP address I’d designated for IIS: netsh http add iplisten ipaddress=x.x.x.x<br />
3) restart IIS Services: net start w3svc</p>
<p>That allowed fiddler to run on port 80 and then redirect the responses to IIS. Then I got to see where the problem was. I tried wireshark, but I didnt need &#8220;capture&#8221; I only wanted streaming&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shutupandcode.net/?feed=rss2&amp;p=1194</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
