<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Installation and Setup</title><link>http://forums.asp.net/17.aspx</link><description>All about installing and getting ASP.NET running on your system.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: VS2008 + IIS6 + VirtualBox problem</title><link>http://forums.asp.net/thread/3271852.aspx</link><pubDate>Thu, 02 Jul 2009 16:51:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271852</guid><dc:creator>mikebridge</dc:creator><author>mikebridge</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271852.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3271852</wfw:commentRss><description>&lt;p&gt;Still haven&amp;#39;t found the cause of this, but a workaround is to turn off UseIIS in the .csproj file:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="xhtml"&gt;  &amp;lt;ProjectExtensions&amp;gt;&lt;br /&gt;    &amp;lt;VisualStudio&amp;gt;&lt;br /&gt;      &amp;lt;FlavorProperties GUID=&amp;quot;{...}&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;WebProjectProperties&amp;gt;&lt;br /&gt;          &amp;lt;UseIIS&amp;gt;&lt;b&gt;False&lt;/b&gt;&amp;lt;/UseIIS&amp;gt;&lt;br /&gt;          &amp;lt;!-- ... --&amp;gt;&lt;br /&gt;      &amp;lt;/FlavorProperties&amp;gt;
    &amp;lt;/VisualStudio&amp;gt;
  &amp;lt;/ProjectExtensions&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: VS2008 + IIS6 + VirtualBox problem</title><link>http://forums.asp.net/thread/3271732.aspx</link><pubDate>Thu, 02 Jul 2009 15:42:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271732</guid><dc:creator>mikebridge</dc:creator><author>mikebridge</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271732.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3271732</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve posted there too; the issue seems to be that VS2008 is confused by the extra IP address, but I can&amp;#39;t figure out why it&amp;#39;s preventing it from loading my webapp.&amp;nbsp; The webapp is registered as &amp;quot;localhost&amp;quot; in the project file, so I would think it shouldn&amp;#39;t make any difference what the other hostnames and ip addresses on the machine are.&amp;nbsp; &lt;/p&gt;&lt;p&gt;I &lt;i&gt;think &lt;/i&gt;this is a problem with Visual Studio or IIS, but I&amp;#39;m really not sure.&lt;/p&gt;&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;jeff@zina.com:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;Might check &lt;a href="http://www.virtualbox.org"&gt;www.virtualbox.org&lt;/a&gt;&amp;nbsp;for help...&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: VS2008 + IIS6 + VirtualBox problem</title><link>http://forums.asp.net/thread/3271294.aspx</link><pubDate>Thu, 02 Jul 2009 12:38:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271294</guid><dc:creator>jeff@zina.com</dc:creator><author>jeff@zina.com</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271294.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3271294</wfw:commentRss><description>&lt;p&gt;Might check &lt;a href="http://www.virtualbox.org"&gt;www.virtualbox.org&lt;/a&gt;&amp;nbsp;for help...&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>VS2008 + IIS6 + VirtualBox problem</title><link>http://forums.asp.net/thread/3267540.aspx</link><pubDate>Tue, 30 Jun 2009 22:06:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3267540</guid><dc:creator>mikebridge</dc:creator><author>mikebridge</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3267540.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3267540</wfw:commentRss><description>&lt;p&gt;I just installed VirtualBox on Windows XP Pro SP3, and as part of its installation it created a new network connection called &amp;quot;VirtualBox Host-Only Network&amp;quot; with an IP address of 192.168.56.1.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;A side-effect of this is that my Web Application does not load any longer in Visual Studio 2008.&amp;nbsp; When I open the solution with this &amp;quot;VirtualBox Host-Only Network&amp;quot; enabled, the webapp fails to load with the message:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="xhtml"&gt;The local IIS URL http://localhost/MyWebApp specified for Web Project WebApp has not been configured.  In order to open this project the virtual directory needs to be configured.  Would you like to create the virtual directory now?&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; Clicking on Yes gives me an error &amp;quot;...Could not find the server &amp;#39;http://localhost&amp;#39; on the local machine.&amp;nbsp; Creating a virtual directory is only supported on the local IIS server.&amp;quot;&lt;/p&gt;&lt;p&gt;When I disable that new network connection, it loads fine.&amp;nbsp; However, I can&amp;#39;t figure out how to get them both working simultaneously.&amp;nbsp; My WebApp.proj file contains this:&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="xhtml"&gt;  &amp;lt;ProjectExtensions&amp;gt;
    &amp;lt;VisualStudio&amp;gt;
      &amp;lt;FlavorProperties GUID=&amp;quot;[BIGLONGGUID]&amp;quot;&amp;gt;
        &amp;lt;WebProjectProperties&amp;gt;
          &amp;lt;UseIIS&amp;gt;True&amp;lt;/UseIIS&amp;gt;
          &amp;lt;AutoAssignPort&amp;gt;True&amp;lt;/AutoAssignPort&amp;gt;
          &amp;lt;DevelopmentServerPort&amp;gt;2610&amp;lt;/DevelopmentServerPort&amp;gt;
          &amp;lt;DevelopmentServerVPath&amp;gt;/&amp;lt;/DevelopmentServerVPath&amp;gt;
          &amp;lt;IISUrl&amp;gt;http://localhost/MyWebApp&amp;lt;/IISUrl&amp;gt;
          &amp;lt;OverrideIISAppRootUrl&amp;gt;True&amp;lt;/OverrideIISAppRootUrl&amp;gt;
          &amp;lt;IISAppRootUrl&amp;gt;http://localhost/MyWebApp&amp;lt;/IISAppRootUrl&amp;gt;
          &amp;lt;NTLMAuthentication&amp;gt;False&amp;lt;/NTLMAuthentication&amp;gt;
          &amp;lt;SaveServerSettingsInUserFile&amp;gt;False&amp;lt;/SaveServerSettingsInUserFile&amp;gt;
        &amp;lt;/WebProjectProperties&amp;gt;
      &amp;lt;/FlavorProperties&amp;gt;
    &amp;lt;/VisualStudio&amp;gt;
  &amp;lt;/ProjectExtensions&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;I can navigate to http://localhost/MyWebApp with a web browser.&amp;nbsp; Any idea what might be causing the conflict with localhost?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;-Mike&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>