<?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>mylifeinaminute.com &#187; Internet Information Services</title>
	<atom:link href="http://www.mylifeinaminute.com/category/microsoft/microsoft-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylifeinaminute.com</link>
	<description>You can learn a lot in a minute</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IIS 7 and Idle Timeouts</title>
		<link>http://www.mylifeinaminute.com/2011/02/16/iis-7-and-idle-timeouts/</link>
		<comments>http://www.mylifeinaminute.com/2011/02/16/iis-7-and-idle-timeouts/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 18:22:11 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[TechNet]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis 7]]></category>
		<category><![CDATA[Technet]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=665</guid>
		<description><![CDATA[There is a bug in the IIS 7 user interface which prevents setting the idleTimeout property of an application pool when both the time (&#8220;Regular Time Interval (minutes)&#8221;) property and idleTimeout properties are set to zero. A quick trip to the command line and the appcmd interface can solve the problem. The following command will [...]]]></description>
			<content:encoded><![CDATA[<p>There is a bug in the <a title="IIS" href="/tag/iis/">IIS</a> 7 user interface which prevents setting the <a title="Configure Idle Time-out Settings for an Application Pool (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc771956(WS.10).aspx"><strong>idleTimeout</strong></a> property of an application pool when both the <strong><a title="Configure an Application Pool to Recycle after an Elapsed Time (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc733120(WS.10).aspx">time</a> </strong>(&#8220;Regular Time Interval (minutes)&#8221;) property and <a title="Configure Idle Time-out Settings for an Application Pool (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc771956(WS.10).aspx"><strong>idleTimeout</strong></a> properties are set to zero.</p>
<p>A quick trip to the command line and the appcmd interface can solve the problem. The following command will set the <strong><a title="Configure Idle Time-out Settings for an Application Pool (IIS 7)" href="http://technet.microsoft.com/en-us/library/cc771956(WS.10).aspx">idleTimeout</a> </strong>property to 10 minutes.</p>
<pre class="brush: plain; light: true; title: ; notranslate">
appcmd set apppool &quot;Application Pool Name&quot; /processModel.idleTimeout:0.00:10:00
</pre>
<p>When properly executed, the command will output the following:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
APPPOOL object &quot;Application Pool Name&quot; changed
</pre>
<p><map name='google_ad_map_665_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/665?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_665_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=665&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2011%2F02%2F16%2Fiis-7-and-idle-timeouts%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2011/02/16/iis-7-and-idle-timeouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Web Platform Installer</title>
		<link>http://www.mylifeinaminute.com/2008/12/01/microsoft-web-platform-installer/</link>
		<comments>http://www.mylifeinaminute.com/2008/12/01/microsoft-web-platform-installer/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:24:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Web Platform Installer]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=223</guid>
		<description><![CDATA[Microsoft has just released the Web Platform Installer (RC1).   What is the Web Platform Installer you ask?  From Microsoft: &#8220;The Web Platform Installer (Web PI) is a simple tool that installs Microsoft&#8217;s entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Microsoft" href="/tag/microsoft/">Microsoft</a> has just released the <a title="Microsoft Web Platform Installer (RC1)" href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx">Web Platform Installer (RC1)</a>.   What is the <a title="Microsoft Web Platform Installer (RC1)" href="http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx">Web Platform Installer</a> you ask?  From <a title="Microsoft" href="/tag/microsoft/">Microsoft</a>:</p>
<blockquote><p>&#8220;The Web Platform Installer (Web PI) is a simple tool that installs Microsoft&#8217;s entire Web Platform, including IIS7, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform.&#8221;</p></blockquote>
<p>The Web PI certainly looks promising as a quick ramp-up when setting up a development environment (or even a one-off server environment).</p>
<p><map name='google_ad_map_223_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/223?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_223_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=223&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2008%2F12%2F01%2Fmicrosoft-web-platform-installer%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2008/12/01/microsoft-web-platform-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS Fails to Authenticate Your Users (401.1) Strikes Again</title>
		<link>http://www.mylifeinaminute.com/2008/08/27/iis-fails-to-authenticate-your-users-4011-strikes-again/</link>
		<comments>http://www.mylifeinaminute.com/2008/08/27/iis-fails-to-authenticate-your-users-4011-strikes-again/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 18:56:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Service Pack 1]]></category>
		<category><![CDATA[Service Pack 2]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Windows SharePoint Services]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=130</guid>
		<description><![CDATA[When I was experiencing trouble with one of the farms I manage, a recent KB article (896961) provided a workardound.  It was determined that we should indeed upgrade to Service Pack 2, which we did.  At this point, we reverted the previous registry entries (as the issue was only supposed to affect Service Pack 1).  [...]]]></description>
			<content:encoded><![CDATA[<p>When I was <a title="IIS Fails To Authenticate Your Users (401.1)" href="/2008/08/26/iis-fails-to-authenticate-your-users-4011/">experiencing trouble</a> with one of the farms I manage, a recent <a title="KB 896861" href="http://support.microsoft.com/kb/896861">KB article</a><a title="KB 896861" href="http://support.microsoft.com/kb/896861"> (896961)</a> provided a workardound.  It was determined that we should indeed upgrade to Service Pack 2, which we did.  At this point, we reverted the previous registry entries (as the issue was only supposed to affect Service Pack 1).  The farm performed up to par for approximately one day, and then it was downhill again.  After re-applying the registry fix/workaround from the KB, the farm and can once again get back to indexing itself.</p>
<p>The lesson?  It appears that the loopback check described in the KB is alive and well in Service Pack 2 as well.</p>
<p><map name='google_ad_map_130_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/130?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_130_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=130&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2008%2F08%2F27%2Fiis-fails-to-authenticate-your-users-4011-strikes-again%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2008/08/27/iis-fails-to-authenticate-your-users-4011-strikes-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS Fails to Authenticate Your Users (401.1)</title>
		<link>http://www.mylifeinaminute.com/2008/08/26/iis-fails-to-authenticate-your-users-4011/</link>
		<comments>http://www.mylifeinaminute.com/2008/08/26/iis-fails-to-authenticate-your-users-4011/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 14:56:23 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Service Pack 1]]></category>
		<category><![CDATA[Service Pack 2]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Windows SharePoint Services]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=126</guid>
		<description><![CDATA[Internet Information Services (IIS), recently started giving me some grief for a particular farm I manage.  Several days ago, users started reporting they were unable to login to the SharePoint environment and the crawler started showing access denied errors as well when attempting full and incremental crawls. A quick interogation of the server security event [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Information Services (IIS), recently started giving me some grief for a particular farm I manage.  Several days ago, users started reporting they were unable to login to the SharePoint environment and the crawler started showing access denied errors as well when attempting full and incremental crawls.</p>
<p>A quick interogation of the server security event logs revealed a large number of 537 events (Failure Audit) with what can only be described as gibberish (garbled characters) for the Logon Process.  For example:</p>
<p><span style="color: #ff0000;"><strong>Event Type: Failure Audit<br />
Event Source: Security<br />
Event Category: Logon/Logoff<br />
Event ID: 537<br />
Date: Date<br />
Time: Time<br />
User: NT AUTHORITY\SYSTEM<br />
Computer: Computer_Name<br />
Description: Logon Failure:<br />
Reason: An error occurred during logon<br />
User Name: User_Name<br />
Domain: Domain_Name<br />
Logon Type: 3<br />
Logon Process: Ðùº<br />
Authentication Package: NTLM<br />
Workstation Name: Computer_Name<br />
Status code: 0xC000006D<br />
Substatus code: 0&#215;0<br />
Caller User Name: -<br />
Caller Domain: -<br />
Caller Logon ID: -<br />
Caller Process ID: -<br />
Transited Services: -<br />
Source Network Address: IP_Address<br />
Source Port: Port_Number</strong></span></p>
<p>As luck would have it, Microsoft has a KB article detailing this exact behavior (<a title="KB 896861" href="http://support.microsoft.com/kb/896861">KB896861</a>).  The farm was indeed running Windows Server 2003 Service Pack 1.  A quick trip to the registry did solve the issue.  At this point it was determined that we should upgrade to Service Pack 2 as support will be ending for Service Pack 1 in 2009.</p>
<p>The strange thing is that we had not recently applied any updates to the servers (although we had recently updated the Alternate Access Mappings (AAMs) for the farm.</p>
<p><map name='google_ad_map_126_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/126?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_126_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=126&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2008%2F08%2F26%2Fiis-fails-to-authenticate-your-users-4011%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2008/08/26/iis-fails-to-authenticate-your-users-4011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.mylifeinaminute.com @ 2012-02-05 08:56:33 by W3 Total Cache -->
