<?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: Image Resizer &#8211; Configuring IIS</title>
	<atom:link href="http://nathanaeljones.com/131/image-resizer-configuring-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/</link>
	<description>Ramblings of a computer linguist</description>
	<lastBuildDate>Thu, 24 Jun 2010 12:56:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathanael Jones</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-463</link>
		<dc:creator>Nathanael Jones</dc:creator>
		<pubDate>Thu, 27 May 2010 10:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-463</guid>
		<description>Open the ashx handler mapping in iis6 and uncheck &#039;verify file exists&#039;.&lt;br /&gt;&lt;br /&gt;</description>
		<content:encoded><![CDATA[<p>Open the ashx handler mapping in iis6 and uncheck &#039;verify file exists&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Tremblay</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-462</link>
		<dc:creator>Philippe Tremblay</dc:creator>
		<pubDate>Thu, 27 May 2010 01:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-462</guid>
		<description>Your product works fine on my dev platform (.Net3.0) but I can&#039;t make it work in my production environment (IIS6 and .Net 2.0).  The Web Config file seems to be well configured, but I always have the &#8220;Page not found&#8221; when I&#8217;m trying URL such as&lt;a href=&quot;http://icilocal.ca/Images/cies/Annonces/250043.jpg.ashx?maxheight=300&quot; rel=&quot;nofollow&quot;&gt;http://icilocal.ca/Images/cies/Annonces/250043.jp...&lt;/a&gt; .  Any idea? </description>
		<content:encoded><![CDATA[<p>Your product works fine on my dev platform (.Net3.0) but I can&#39;t make it work in my production environment (IIS6 and .Net 2.0).  The Web Config file seems to be well configured, but I always have the &ldquo;Page not found&rdquo; when I&rsquo;m trying URL such as<a href="http://icilocal.ca/Images/cies/Annonces/250043.jpg.ashx?maxheight=300" rel="nofollow"></a><a href="http://icilocal.ca/Images/cies/Annonces/250043.jp.." rel="nofollow">http://icilocal.ca/Images/cies/Annonces/250043.jp..</a>. .  Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathanael Jones</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-454</link>
		<dc:creator>Nathanael Jones</dc:creator>
		<pubDate>Sat, 20 Feb 2010 18:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-454</guid>
		<description>Individual mappings seem to be very problematic... If wildcard mapping isn&#039;t an option, I&#039;d suggest the .ashx/.axd alternative syntax...  
 
Every version of IIS seems to be buggy regarding individual mappings...  
 
There are a few things you could try... make sure NTFS permissions on both the image and the imagecache folder are set properly for both the IIS account AND the ASP.NET account. Verify the mapping is a script engine mapping...  Check your URL authorization in web.config for bugs, and verify Anonoymous authentication works properly. </description>
		<content:encoded><![CDATA[<p>Individual mappings seem to be very problematic&#8230; If wildcard mapping isn&#039;t an option, I&#039;d suggest the .ashx/.axd alternative syntax&#8230;  </p>
<p>Every version of IIS seems to be buggy regarding individual mappings&#8230;  </p>
<p>There are a few things you could try&#8230; make sure NTFS permissions on both the image and the imagecache folder are set properly for both the IIS account AND the ASP.NET account. Verify the mapping is a script engine mapping&#8230;  Check your URL authorization in web.config for bugs, and verify Anonoymous authentication works properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cult</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-453</link>
		<dc:creator>Cult</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-453</guid>
		<description>I&#039;m using webhost4life, which I think is running IIS6. They have a control panel option to add a script map for *.jpg to go to ASP.NET, but when I do that all requests to jpgs on the site forward to the login screen. Only the /admin path is secured through. I can actually see the jpgs appearing in the imagecache, so I know the module is running and working fine, it is just that ASP.NET thinks the request should be authenticated for some reason. Has anyone seen this happen before? Do you know what setting might cause that to occur? </description>
		<content:encoded><![CDATA[<p>I&#039;m using webhost4life, which I think is running IIS6. They have a control panel option to add a script map for *.jpg to go to ASP.NET, but when I do that all requests to jpgs on the site forward to the login screen. Only the /admin path is secured through. I can actually see the jpgs appearing in the imagecache, so I know the module is running and working fine, it is just that ASP.NET thinks the request should be authenticated for some reason. Has anyone seen this happen before? Do you know what setting might cause that to occur?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathanael Jones</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-385</link>
		<dc:creator>Nathanael Jones</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-385</guid>
		<description>Thanks! I&#039;ve corrected the documention to include 64-bit... Somehow I completely overlooked that situation when writing this article.</description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;ve corrected the documention to include 64-bit&#8230; Somehow I completely overlooked that situation when writing this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-382</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 20 Nov 2009 08:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-382</guid>
		<description>We had everything working on our 32bit II7 install using

add name=&quot;ASPNET&quot; path=&quot;*&quot; verb=&quot;*&quot; modules=&quot;IsapiModule&quot; scriptProcessor=&quot;%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll&quot; resourceType=&quot;Unspecified&quot; requireAccess=&quot;None&quot; preCondition=&quot;classicMode,runtimeVersionv2.0,bitness32&quot;

But when we deployed onto our 64 bit IIS7 sever we needed to change the settings to

add name=&quot;ASPNET&quot; path=&quot;*&quot; verb=&quot;*&quot; modules=&quot;IsapiModule&quot; scriptProcessor=&quot;%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll&quot; resourceType=&quot;Unspecified&quot; requireAccess=&quot;None&quot; preCondition=&quot;classicMode,runtimeVersionv2.0,bitness64&quot;

This is not realy my area, but the changes seem to work....</description>
		<content:encoded><![CDATA[<p>We had everything working on our 32bit II7 install using</p>
<p>add name=&#8221;ASPNET&#8221; path=&#8221;*&#8221; verb=&#8221;*&#8221; modules=&#8221;IsapiModule&#8221; scriptProcessor=&#8221;%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll&#8221; resourceType=&#8221;Unspecified&#8221; requireAccess=&#8221;None&#8221; preCondition=&#8221;classicMode,runtimeVersionv2.0,bitness32&#8243;</p>
<p>But when we deployed onto our 64 bit IIS7 sever we needed to change the settings to</p>
<p>add name=&#8221;ASPNET&#8221; path=&#8221;*&#8221; verb=&#8221;*&#8221; modules=&#8221;IsapiModule&#8221; scriptProcessor=&#8221;%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll&#8221; resourceType=&#8221;Unspecified&#8221; requireAccess=&#8221;None&#8221; preCondition=&#8221;classicMode,runtimeVersionv2.0,bitness64&#8243;</p>
<p>This is not realy my area, but the changes seem to work&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://nathanaeljones.com/131/image-resizer-configuring-iis/comment-page-1/#comment-255</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Fri, 13 Nov 2009 14:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://66.29.219.39/?p=131#comment-255</guid>
		<description>Hi Nethanael,

Was just setting up the component on IIS7 in clasic mode and copied the above web.config line which errored due to the capitalization of some of the paramter names i.e scriptprocessor should be scriptProcessor.

The whole line should be:

</description>
		<content:encoded><![CDATA[<p>Hi Nethanael,</p>
<p>Was just setting up the component on IIS7 in clasic mode and copied the above web.config line which errored due to the capitalization of some of the paramter names i.e scriptprocessor should be scriptProcessor.</p>
<p>The whole line should be:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
