<?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"
	>
<channel>
	<title>Comments on: Taming Visual Studio&#8217;s Web Server</title>
	<atom:link href="http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/</link>
	<description></description>
	<pubDate>Sun, 05 Feb 2012 12:09:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Sunshine Coast Web Design</title>
		<link>http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-25397</link>
		<dc:creator>Sunshine Coast Web Design</dc:creator>
		<pubDate>Thu, 09 Dec 2010 06:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-25397</guid>
		<description>Great post. Fixes all those issues with relative URLs. Now all we need is for the default web server to support IIS7 redirects and debugging will be much quicker.</description>
		<content:encoded><![CDATA[<p>Great post. Fixes all those issues with relative URLs. Now all we need is for the default web server to support IIS7 redirects and debugging will be much quicker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-16185</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-16185</guid>
		<description>A real life saver. Good work mate.</description>
		<content:encoded><![CDATA[<p>A real life saver. Good work mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Atkins</title>
		<link>http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-16131</link>
		<dc:creator>Richard Atkins</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-16131</guid>
		<description>This is good stuff, particularly the tip about losing the port number as I hadn't realised/noticed you could do this.  However there is a small problem with the subdomain processing.  

When you debug based on a subdomain (e.g. http://people.localhost) then the Request.URL is actually for http://localhost so all it is doing is 'faking' from the subdomain to the domain.  Not a problem if you are doing something simple but this played absolute havoc on the site I am developing until I realised that all the subdomain requests I was making were actually being fielded by the domain itself.</description>
		<content:encoded><![CDATA[<p>This is good stuff, particularly the tip about losing the port number as I hadn&#8217;t realised/noticed you could do this.  However there is a small problem with the subdomain processing.  </p>
<p>When you debug based on a subdomain (e.g. <a href="http://people.localhost" rel="nofollow">http://people.localhost</a>) then the Request.URL is actually for <a href="http://localhost" rel="nofollow">http://localhost</a> so all it is doing is &#8216;faking&#8217; from the subdomain to the domain.  Not a problem if you are doing something simple but this played absolute havoc on the site I am developing until I realised that all the subdomain requests I was making were actually being fielded by the domain itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donovan</title>
		<link>http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-9402</link>
		<dc:creator>Donovan</dc:creator>
		<pubDate>Wed, 29 Apr 2009 20:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattephraim.com/blog/2008/05/14/taming-visual-studios-web-server/#comment-9402</guid>
		<description>Brilliant, thanks. This saves significant time instead of fooling around with relative urls!</description>
		<content:encoded><![CDATA[<p>Brilliant, thanks. This saves significant time instead of fooling around with relative urls!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

