<?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>notepuddle &#187; ASP.NET</title>
	<atom:link href="http://notepuddle.com/category/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://notepuddle.com</link>
	<description>a blog</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:46:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Always Start When Debugging</title>
		<link>http://notepuddle.com/2009/01/12/always-start-when-debugging/</link>
		<comments>http://notepuddle.com/2009/01/12/always-start-when-debugging/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:24:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[VS2008]]></category>

		<guid isPermaLink="false">http://notepuddle.com/?p=19</guid>
		<description><![CDATA[On my current project I&#8217;m working with MsTest and ASP.NET in Visual Studio 2008. I&#8217;ve spent the last few weeks working on building models to support some user controls and most of my time has been spent flushing out models in a test project. Typically I run tests using the Test View window in release [...]]]></description>
			<content:encoded><![CDATA[<p>On my current project I&#8217;m working with MsTest and ASP.NET in Visual Studio 2008. I&#8217;ve spent the last few weeks working on building models to support some user controls and most of my time has been spent flushing out models in a test project. Typically I run tests using the <em>Test View</em> window in release mode. I ended up running a specific test in debug mode today when I noticed this:</p>
<p><img src="http://notepuddle.com/wp-content/uploads/2009/01/dev_server_starting.png" alt="Developer Web Server starting" title="Developer Web Server starting" width="241" height="90" class="aligncenter size-full wp-image-20" /></p>
<p>Hmmm. Why would the <em>Developer Web Server</em> start when I&#8217;m running tests? Maybe there&#8217;s an option in <em>Property Pages > Start Options</em> for the site project&#8230;nope.</p>
<p>After some digging around I realized I forgot about the other property settings interface, the <em>Properties Window</em>:</p>
<p><img src="http://notepuddle.com/wp-content/uploads/2009/01/always_start_props.png" alt="VS2008 Properties Window" title="VS2008 Properties Window" width="437" height="238" class="aligncenter size-full wp-image-25" /></p>
<p><strong>Changing this to False</strong> fixes the problem. It seems odd that the default is True&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://notepuddle.com/2009/01/12/always-start-when-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.155 seconds -->
