<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>leinadium &#187; share</title>
	<atom:link href="http://www.leinadium.com/tag/share/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leinadium.com</link>
	<description>Techhead. Codewarrior. Legalnerd.</description>
	<lastBuildDate>Fri, 02 Sep 2011 20:09:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>iis using cifs share (unc) really slow! here&#8217;s the solution.</title>
		<link>http://www.leinadium.com/code/iis-using-cifs-share-unc-really-slow-heres-the-solution/</link>
		<comments>http://www.leinadium.com/code/iis-using-cifs-share-unc-really-slow-heres-the-solution/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 11:17:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[isapi rewrite]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[unc]]></category>

		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=38</guid>
		<description><![CDATA[I just spent the whole weekend waging war with my IIS box (2003 server). After switching the files from a local drive to a netapp share (cifs), the speed of my site slowed to a crawl. The pages would still appear &#8211; but the pace was incredibly slow. What&#8217;s more, the ISAPI REWRITE extension was [...]]]></description>
			<content:encoded><![CDATA[<p>I just spent the whole weekend waging war with my IIS box (2003 server). After switching the files from a local drive to a netapp share (cifs), the speed of my site slowed to a crawl.<br />
The pages would still appear &#8211; but the pace was incredibly slow.<br />
What&#8217;s more, the ISAPI REWRITE extension was no longer working, even though the httpd.ini file was in the web root &#8211; as it had been before, but for some reason the rewrite extension could not see the file.</p>
<p>So, I hoped that my usual strategy would yield the solution to the problem. The right combination of keywords usually finds a forum entry with the same problem and a corresponding solution. This time however, no such luck. A good hint did come from the helicon tech forum (the makers of ISAPI rewrite).</p>
<p>The solution was to change the application pool identity (user).<br />
The network service user &#8211; the default for an application pool &#8211; did not have proper access to the share (although it did have some access &#8211; probably after x timeouts). The new user (specifically created for the cifs share) solved the problem and IIS is humming again. I had to add some group memberships to this user to make it work.<br />
Hope this helps someone in the same situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leinadium.com/code/iis-using-cifs-share-unc-really-slow-heres-the-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

