<?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: Strange Problem &#8211; Unable to Connect to the ASP.Net WebServer on Localhost</title>
	<atom:link href="http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/</link>
	<description>The Technical Jibber Jabber of Steven Robbins</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:59:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aashish</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-286</link>
		<dc:creator>Aashish</dc:creator>
		<pubDate>Wed, 14 Jul 2010 11:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-286</guid>
		<description>First of all, I&#039;m a Newbie to .NET. Secondly, The problem I&#039;m facing is I am not being able to change the ::1 to comment and update 127.0.0.1. Must tell you that it is my personal laptop and I am the administrator. I&#039;m really confused what to do. I also installed the Cassini webserver but don&#039;t know how to use it</description>
		<content:encoded><![CDATA[<p>First of all, I&#8217;m a Newbie to .NET. Secondly, The problem I&#8217;m facing is I am not being able to change the ::1 to comment and update 127.0.0.1. Must tell you that it is my personal laptop and I am the administrator. I&#8217;m really confused what to do. I also installed the Cassini webserver but don&#8217;t know how to use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordo</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-280</link>
		<dc:creator>Gordo</dc:creator>
		<pubDate>Wed, 23 Jun 2010 21:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-280</guid>
		<description>I had a similar problem with IE8 and found this worked for me:

http://stackoverflow.com/questions/663144/why-cant-i-debug-from-visual-studio-2005-after-installing-ie8

IE 8 has a feature called Loosely-Coupled Internet Explorer (LCIE) which results in IE running across multiple processes.

http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers-existing.aspx#lcie

Older versions of the Visual Studio Debugger get confused by this and cannot figure out how to attach to the correct process. You can work around this by disabling the process growth feature of LCIE. Here&#039;s how:

Open RegEdit
Browse to HKEY_LOCALMACHINE -&gt; SOFTWARE -&gt; Microsoft -&gt; Internet Explorer -&gt; Main
Add a dword under this key called TabProcGrowth
Set TabProcGrowth to 0
Since you are running on Windows Server 2003, this is all you should need to do. If you run into the same problem on Vista or newer, you will also need to turn off protected mode.</description>
		<content:encoded><![CDATA[<p>I had a similar problem with IE8 and found this worked for me:</p>
<p><a href="http://stackoverflow.com/questions/663144/why-cant-i-debug-from-visual-studio-2005-after-installing-ie8" rel="nofollow">http://stackoverflow.com/questions/663144/why-cant-i-debug-from-visual-studio-2005-after-installing-ie8</a></p>
<p>IE 8 has a feature called Loosely-Coupled Internet Explorer (LCIE) which results in IE running across multiple processes.</p>
<p><a href="http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers-existing.aspx#lcie" rel="nofollow">http://www.microsoft.com/windows/internet-explorer/beta/readiness/developers-existing.aspx#lcie</a></p>
<p>Older versions of the Visual Studio Debugger get confused by this and cannot figure out how to attach to the correct process. You can work around this by disabling the process growth feature of LCIE. Here&#8217;s how:</p>
<p>Open RegEdit<br />
Browse to HKEY_LOCALMACHINE -&gt; SOFTWARE -&gt; Microsoft -&gt; Internet Explorer -&gt; Main<br />
Add a dword under this key called TabProcGrowth<br />
Set TabProcGrowth to 0<br />
Since you are running on Windows Server 2003, this is all you should need to do. If you run into the same problem on Vista or newer, you will also need to turn off protected mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rebervt</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-141</link>
		<dc:creator>rebervt</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-141</guid>
		<description>Your clear explanation of the issue and fix saved me hours and hours of time.  Thanks a million.</description>
		<content:encoded><![CDATA[<p>Your clear explanation of the issue and fix saved me hours and hours of time.  Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahendran</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-128</link>
		<dc:creator>Mahendran</dc:creator>
		<pubDate>Wed, 30 Sep 2009 13:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-128</guid>
		<description>I am Also Facing   Problem   I  Have Windows Vista installed  with iis 7 , IE 8  
i was unable to  run  the web application  ( Visual Studio 2008 )  C#.net Application  
i am geeting unable to establish connection with local host  

Any one please help me to solve this</description>
		<content:encoded><![CDATA[<p>I am Also Facing   Problem   I  Have Windows Vista installed  with iis 7 , IE 8<br />
i was unable to  run  the web application  ( Visual Studio 2008 )  C#.net Application<br />
i am geeting unable to establish connection with local host  </p>
<p>Any one please help me to solve this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-82</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Mon, 20 Apr 2009 07:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-82</guid>
		<description>It&#039;s not the same problem, but I&#039;d suggest you take a look at your proxy setting and make sure that bypass proxy for local addresses is set (if you use a proxy) and possibly add 127.0.0.1/localhost explicitly to the bypass list.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not the same problem, but I&#8217;d suggest you take a look at your proxy setting and make sure that bypass proxy for local addresses is set (if you use a proxy) and possibly add 127.0.0.1/localhost explicitly to the bypass list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyan</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-78</link>
		<dc:creator>kalyan</dc:creator>
		<pubDate>Sat, 18 Apr 2009 05:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-78</guid>
		<description>I am having a problem with running an ASP.Net project on my laptop that is running XP professional (SP2) and IIS 5.1. When I start a new ASP.NET project in Visual Studio I get the error message:

”Unable to create Web Project ‘WebApplication1’. Could not find a web server at ‘localhost’ on port 80. Please check to make sure that the web server name is valid and your proxy settings are set correctly. If you are sure that everything is correct, the web server may be temporarily out of service”.

If I try accessing an existing ASP.Net project I copied from another Machine I get the error:

“Unable to open Web project . Unable to validate that the file path ‘C:\Inetpub\wwwroot\’ matches the URL path ‘http://localhost/’. A connection with the server could not be established.

When I try to load up the IIS default page in Internet Explorer (using ‘http://localhost/’ as the address) it tells me ‘WWW disabled’ even though IIS appears to be running fine. I can however load the ASP.NET project start page by using 127.0.0.1 as the address rather than localhost. It looks like localhost is not mapped to 127.0.0.1 but when I ping both in the command window I get replies indicating that they are mapped?</description>
		<content:encoded><![CDATA[<p>I am having a problem with running an ASP.Net project on my laptop that is running XP professional (SP2) and IIS 5.1. When I start a new ASP.NET project in Visual Studio I get the error message:</p>
<p>”Unable to create Web Project ‘WebApplication1’. Could not find a web server at ‘localhost’ on port 80. Please check to make sure that the web server name is valid and your proxy settings are set correctly. If you are sure that everything is correct, the web server may be temporarily out of service”.</p>
<p>If I try accessing an existing ASP.Net project I copied from another Machine I get the error:</p>
<p>“Unable to open Web project . Unable to validate that the file path ‘C:\Inetpub\wwwroot\’ matches the URL path ‘http://localhost/’. A connection with the server could not be established.</p>
<p>When I try to load up the IIS default page in Internet Explorer (using ‘http://localhost/’ as the address) it tells me ‘WWW disabled’ even though IIS appears to be running fine. I can however load the ASP.NET project start page by using 127.0.0.1 as the address rather than localhost. It looks like localhost is not mapped to 127.0.0.1 but when I ping both in the command window I get replies indicating that they are mapped?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-76</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Sun, 05 Apr 2009 10:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-76</guid>
		<description>unable to connect to asp.net webswerver  getting this prolem with vs2008 plz tellmehow to cinfigure iis</description>
		<content:encoded><![CDATA[<p>unable to connect to asp.net webswerver  getting this prolem with vs2008 plz tellmehow to cinfigure iis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joannes Vermorel</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-75</link>
		<dc:creator>Joannes Vermorel</dc:creator>
		<pubDate>Sat, 28 Mar 2009 21:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-75</guid>
		<description>Thanks for the fix. Same problem was happening to me. Still, I have no idea was what causing this change in the host file.</description>
		<content:encoded><![CDATA[<p>Thanks for the fix. Same problem was happening to me. Still, I have no idea was what causing this change in the host file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Marlowe</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-73</link>
		<dc:creator>Scott Marlowe</dc:creator>
		<pubDate>Mon, 23 Mar 2009 16:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-73</guid>
		<description>Not sure how or why this became a problem for me, but you nailed it. I&#039;m changing my hosts now. Thanks!</description>
		<content:encoded><![CDATA[<p>Not sure how or why this became a problem for me, but you nailed it. I&#8217;m changing my hosts now. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregguz</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-66</link>
		<dc:creator>Gregguz</dc:creator>
		<pubDate>Thu, 12 Mar 2009 15:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-66</guid>
		<description>Thanks. Got the same problem from today mornig. That did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks. Got the same problem from today mornig. That did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-65</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-65</guid>
		<description>@Mike Yep, and it did occur after a nightly update/reboot cycle so that could well be the culprit. Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>@Mike Yep, and it did occur after a nightly update/reboot cycle so that could well be the culprit. Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-64</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-64</guid>
		<description>@Marc That wasn&#039;t me, but it&#039;s the same problem I think.</description>
		<content:encoded><![CDATA[<p>@Marc That wasn&#8217;t me, but it&#8217;s the same problem I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Ormond</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-63</link>
		<dc:creator>Mike Ormond</dc:creator>
		<pubDate>Thu, 12 Mar 2009 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-63</guid>
		<description>Just curious. Are you running Windows Defender? A few people started reporting this earlier in the week. Looks like it may be related to a Defender signature update which was quickly fixed. You should find everything works again if you put things back the way they were. No easy way for me to test this though as I run Forefront client security which disables Defender. Mike</description>
		<content:encoded><![CDATA[<p>Just curious. Are you running Windows Defender? A few people started reporting this earlier in the week. Looks like it may be related to a Defender signature update which was quickly fixed. You should find everything works again if you put things back the way they were. No easy way for me to test this though as I run Forefront client security which disables Defender. Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Gravell</title>
		<link>http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/comment-page-1/#comment-62</link>
		<dc:creator>Marc Gravell</dc:creator>
		<pubDate>Thu, 12 Mar 2009 08:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/2009/03/12/strange-problem-unable-to-connect-to-the-aspnet-webserver-on-localhost/#comment-62</guid>
		<description>Interesting; I&#039;ll watch out for that one. BTW, was this 633968 on SO?</description>
		<content:encoded><![CDATA[<p>Interesting; I&#8217;ll watch out for that one. BTW, was this 633968 on SO?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
