<?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>www.kevincornwell.com &#187; IIS</title>
	<atom:link href="http://www.kevincornwell.com/blog/index.php/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevincornwell.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 06 Jul 2010 02:50:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IIS 6.0 Registry Tweaks</title>
		<link>http://www.kevincornwell.com/blog/index.php/iis-60-registry-tweaks/</link>
		<comments>http://www.kevincornwell.com/blog/index.php/iis-60-registry-tweaks/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 04:58:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kevincornwell.com/blog/index.php/iis-60-registry-tweaks/</guid>
		<description><![CDATA[Microsoft TechNet Article on Global Registry Entries
My main point of interest is the IIS logging.  I would like to flush the log to disk before I run a script that gathers up all the logs and build useage reports every hour.  
Although interesting, the following registry entry is no help.  If you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/60a90c91-a8d0-43b6-89db-a431d0ea0cb4.mspx?mfr=true">Microsoft TechNet Article on Global Registry Entries</a></p>
<p>My main point of interest is the IIS logging.  I would like to flush the log to disk before I run a script that gathers up all the logs and build useage reports every hour.  </p>
<p>Although interesting, the following registry entry is no help.  If you set the value to small the server performance will degrade quickly.</p>
<p><strong>LogBufferSize</strong><br />
Registry Path:</p>
<blockquote><p>
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Http\Parameters\LogBufferSize<br />
Data Type: REG_DWORD<br />
Default Value: N/A<br />
Range: 12,288 &#8211; 65,536 (12K &#8211; 64K)
</p></blockquote>
<p>Overrides the default logging buffer (per site) of 64K. Using this key, administrators can prevent excessive memory usage when running many thousands of sites on a server. This registry key does not exist by default and must be added to the registry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevincornwell.com/blog/index.php/iis-60-registry-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 6.0: How To Eliminate the Delay in Serving Updated ASP</title>
		<link>http://www.kevincornwell.com/blog/index.php/iis-60-how-to-eliminate-the-delay-in-serving-updated-asp/</link>
		<comments>http://www.kevincornwell.com/blog/index.php/iis-60-how-to-eliminate-the-delay-in-serving-updated-asp/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 15:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kevincornwell.com/blog/index.php/iis-60-how-to-eliminate-the-delay-in-serving-updated-asp/</guid>
		<description><![CDATA[Due to some new enhancements in IIS 6.0, users may encounter a significant delay before receiving the content on the page. This can be a great annoyance for the users and prevent them from visiting your site. To eliminate this delay, follow these instructions:

Copy the following:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASP\Parameters]
"DisableLazyContentPropagation"=dword:00000001


Open Notepad and paste the text.
Save [...]]]></description>
			<content:encoded><![CDATA[<p>Due to some new enhancements in IIS 6.0, users may encounter a significant delay before receiving the content on the page. This can be a great annoyance for the users and prevent them from visiting your site. To eliminate this delay, follow these instructions:</p>
<ol>
<li>Copy the following:
<pre>
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASP\Parameters]
"DisableLazyContentPropagation"=dword:00000001
</pre>
<li>
<li>Open Notepad and paste the text.</li>
<li>Save the text file and rename it to for example &#8220;IIS6_Delay_Fix.reg&#8221;.</li>
<li>Merge the file into the registry by double-clicking it.</li>
<li>Reboot.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kevincornwell.com/blog/index.php/iis-60-how-to-eliminate-the-delay-in-serving-updated-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
