<?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: URL Case-Sensitivity on WCF Web Services Published from BizTalk 2006 R2 to IIS</title>
	<atom:link href="http://www.tfabraham.com/blog/2008/03/url-case-sensitivity-on-wcf-web-services-published-from-biztalk-2006-r2-to-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tfabraham.com/blog/2008/03/url-case-sensitivity-on-wcf-web-services-published-from-biztalk-2006-r2-to-iis/</link>
	<description>Visual Studio, .NET, BizTalk Server, SQL Server and more...</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:21:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sixeyed</title>
		<link>http://www.tfabraham.com/blog/2008/03/url-case-sensitivity-on-wcf-web-services-published-from-biztalk-2006-r2-to-iis/comment-page-1/#comment-3</link>
		<dc:creator>sixeyed</dc:creator>
		<pubDate>Tue, 19 May 2009 04:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tfabraham.com/blog/?p=113#comment-3</guid>
		<description>Found the same result with a different issue, the IIS metabase had the app root in uppercase (c:\windows\system32\inetsrv\metabase.xml in Win2003). Changed from this:

&lt;IIsWebVirtualDir 

Location =&quot;/LM/W3SVC/1/ROOT/App.Service.Name&quot;

AppFriendlyName=&quot;App.Service.Name&quot;&quot;

AppRoot=&quot;/LM/W3SVC/1/ROOT/APP.SERVICE.NAME&quot;

to this:

&lt;IIsWebVirtualDir 

Location =&quot;/LM/W3SVC/1/ROOT/App.Service.Name&quot;

AppFriendlyName=&quot;App.Service.Name&quot;&quot;

AppRoot=&quot;/LM/W3SVC/1/ROOT/App.Service.Name&quot;

, ran IISRESET and all well.</description>
		<content:encoded><![CDATA[<p>Found the same result with a different issue, the IIS metabase had the app root in uppercase (c:\windows\system32\inetsrv\metabase.xml in Win2003). Changed from this:</p>
<p><IIsWebVirtualDir </p>
<p>Location =&#8221;/LM/W3SVC/1/ROOT/App.Service.Name&#8221;</p>
<p>AppFriendlyName=&#8221;App.Service.Name&#8221;"</p>
<p>AppRoot=&#8221;/LM/W3SVC/1/ROOT/APP.SERVICE.NAME&#8221;</p>
<p>to this:</p>
<p><IIsWebVirtualDir </p>
<p>Location =&#8221;/LM/W3SVC/1/ROOT/App.Service.Name&#8221;</p>
<p>AppFriendlyName=&#8221;App.Service.Name&#8221;"</p>
<p>AppRoot=&#8221;/LM/W3SVC/1/ROOT/App.Service.Name&#8221;</p>
<p>, ran IISRESET and all well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elton</title>
		<link>http://www.tfabraham.com/blog/2008/03/url-case-sensitivity-on-wcf-web-services-published-from-biztalk-2006-r2-to-iis/comment-page-1/#comment-158</link>
		<dc:creator>Elton</dc:creator>
		<pubDate>Wed, 05 Nov 2008 12:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tfabraham.com/blog/?p=113#comment-158</guid>
		<description>Certainly did, thanks Thomas - I hadn&#039;t thought to check the ASP.NET cache. Worth noting that if you modify the Receive Location (in desparation) to use the wrong case , you&#039;ll be able to navigate to the .svc file - but likely to have further issues with downstream code expecting the original case.</description>
		<content:encoded><![CDATA[<p>Certainly did, thanks Thomas &#8211; I hadn&#8217;t thought to check the ASP.NET cache. Worth noting that if you modify the Receive Location (in desparation) to use the wrong case , you&#8217;ll be able to navigate to the .svc file &#8211; but likely to have further issues with downstream code expecting the original case.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
