<?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>GTTools.com &#187; IIS</title>
	<atom:link href="http://gttools.com/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://gttools.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Mar 2011 16:52:20 +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>Unauthorized error when using Integrated Security</title>
		<link>http://gttools.com/2008/11/unauthorized-error-when-using-integrated-security/</link>
		<comments>http://gttools.com/2008/11/unauthorized-error-when-using-integrated-security/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 18:39:09 +0000</pubDate>
		<dc:creator>GAT</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Integrated Security]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[windows 2003 server]]></category>

		<guid isPermaLink="false">http://gttools.com/?p=20</guid>
		<description><![CDATA[Sometimes when I&#8217;m setting up a new server and creating a site using only integrated security I am unable to access the site. Instead of direct access to the site, a dialog pops up asking for user name and password. &#8230; <a href="http://gttools.com/2008/11/unauthorized-error-when-using-integrated-security/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes when I&#8217;m setting up a new server and creating a site using only integrated security I am unable to access the site.</p>
<p>Instead of direct access to the site, a dialog pops up asking for user name and password. Even if I enter a valid domain user and the correct password no access is given to the site. After three attempts this message occurs:</p>
<p><strong>HTTP Error 401.1 &#8211; Unauthorized:  Access is denied due to invalid credentials</strong></p>
<p>IIS is by default using Kerberos for authentication. This error occurs because the Kerberos authentication for some reason fails.</p>
<p>The easiest way to fix this is to change the default authentication mode for IIS from Kerberos to NTLM.</p>
<p>To change the default authentications mode to NTLM follow these steps:</p>
<ol>
<li>Open a command window.</li>
<li>Navigate to the Adminscripts folder on the server. This is default found on C:\Inetpub\Adminscripts.</li>
<li>Run the following command:<strong><span class="userInput">cscript adsutil.vbs set w3svc/NTAuthenticationProviders &#8220;NTLM&#8221;
<p></span></strong></li>
<li><span class="userInput">Run <strong>iisreset</strong></span></li>
</ol>
<p>You should now be able to access the site using Integrated Security.</p>
<p>For more information on this issue, check out this KB article: <a title="http://support.microsoft.com/kb/871179" href="http://support.microsoft.com/kb/871179" target="_blank">http://support.microsoft.com/kb/871179</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gttools.com/2008/11/unauthorized-error-when-using-integrated-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

