<?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: Localhost doesn&#039;t work? Can&#039;t debug your .Net web app? This may be your answer.</title>
	<atom:link href="http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/</link>
	<description>On Technology &#38; Entrepreneurship</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:29:01 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: procsee</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-11</link>
		<dc:creator>procsee</dc:creator>
		<pubDate>Thu, 01 Apr 2010 11:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-11</guid>
		<description>Damn... Even after 4 years, still this article does the job! Thanks a lot.

We are in 2010 god dammit! ;)</description>
		<content:encoded><![CDATA[<p>Damn&#8230; Even after 4 years, still this article does the job! Thanks a lot.</p>
<p>We are in 2010 god dammit! <img src='http://dustyreagan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majid</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-10</link>
		<dc:creator>Majid</dc:creator>
		<pubDate>Sat, 28 Mar 2009 13:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-10</guid>
		<description>Thank you...</description>
		<content:encoded><![CDATA[<p>Thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-9</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Sun, 22 Mar 2009 17:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-9</guid>
		<description>Actually you don&#039;t need to remove IPv6 =)
Just comment line &quot;::1             localhost&quot; ib your hosts file (%windir%\system32\drivers\etc\)</description>
		<content:encoded><![CDATA[<p>Actually you don&#8217;t need to remove IPv6 =)<br />
Just comment line &#8220;::1             localhost&#8221; ib your hosts file (%windir%\system32\drivers\etc\)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-8</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Fri, 27 Feb 2009 17:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-8</guid>
		<description>Thanks, I owe you one :o)</description>
		<content:encoded><![CDATA[<p>Thanks, I owe you one <img src='http://dustyreagan.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-7</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 18 Feb 2009 00:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-7</guid>
		<description>You, sir, are a hero! I owe you a pint. There&#039;s more information at http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/36f57ccf-7a76-4843-84bd-7bb945aad23f/
but broadly it boils down to the fact that not everything in MS application space understands what [::1] means. Given that your wrote your original post in early 2006 and it&#039;s now nearly 3 years later ... well!</description>
		<content:encoded><![CDATA[<p>You, sir, are a hero! I owe you a pint. There&#8217;s more information at <a href="http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/36f57ccf-7a76-4843-84bd-7bb945aad23f/" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/36f57ccf-7a76-4843-84bd-7bb945aad23f/</a><br />
but broadly it boils down to the fact that not everything in MS application space understands what [::1] means. Given that your wrote your original post in early 2006 and it&#8217;s now nearly 3 years later &#8230; well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlow</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-6</link>
		<dc:creator>Marlow</dc:creator>
		<pubDate>Wed, 16 Jul 2008 18:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-6</guid>
		<description>I had a similar problem - I had a .net application that during the install would prompt the user for the machine name where a SQL instance was located: the default is &quot;localhost&quot;.

My issue ended up being as simple as the IP address for my DNS servers had changed and I didn&#039;t know it.   Once I the TCP/IP properties for my machine with the new IP address for DNS, the application I was testing started working again.

I do have to say thank you for your post - because it sent me down the path to check this.

Thanks!</description>
		<content:encoded><![CDATA[<p>I had a similar problem &#8211; I had a .net application that during the install would prompt the user for the machine name where a SQL instance was located: the default is &#8220;localhost&#8221;.</p>
<p>My issue ended up being as simple as the IP address for my DNS servers had changed and I didn&#8217;t know it.   Once I the TCP/IP properties for my machine with the new IP address for DNS, the application I was testing started working again.</p>
<p>I do have to say thank you for your post &#8211; because it sent me down the path to check this.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustav</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-5</link>
		<dc:creator>Gustav</dc:creator>
		<pubDate>Sat, 05 Jul 2008 18:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-5</guid>
		<description>Thank you Dusty. This problem had me by the neck!</description>
		<content:encoded><![CDATA[<p>Thank you Dusty. This problem had me by the neck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veselin</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-4</link>
		<dc:creator>Veselin</dc:creator>
		<pubDate>Thu, 22 May 2008 14:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-4</guid>
		<description>thank you!</description>
		<content:encoded><![CDATA[<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-3</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Wed, 08 Aug 2007 11:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-3</guid>
		<description>Thank you very much, Dusty.</description>
		<content:encoded><![CDATA[<p>Thank you very much, Dusty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://dustyreagan.com/localhost-doesnt-work-cant-debug-your/comment-page-1/#comment-2</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 29 Jun 2007 11:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=3#comment-2</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
