<?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>thomasmaurer.ch &#187; IIS</title>
	<atom:link href="http://www.thomasmaurer.ch/category/it/microsoft/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another sys admin weblog</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:14:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Solved: Cannot download File from IIS6 FTP</title>
		<link>http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:15:06 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Cannot download File from IIS6 FTP]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[IIS 6]]></category>
		<category><![CDATA[IIS 6.0]]></category>
		<category><![CDATA[renaming]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=824</guid>
		<description><![CDATA[Today we a ticket which was escalated by the second level support to the engineering. A customer could not download, remove or rename the file via FTP. The Hosting is running on a Windows Server 2003 R2 with IIS6. After &#8230; <a href="http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today we a ticket which was escalated by the second level support to the engineering. A customer could not download, remove or rename the file via FTP. The Hosting is running on a Windows Server 2003 R2 with IIS6. After checking the file on the filesystem I saw that the filename had a space in before.</p>
<p><strong>Normalfilename:</strong></p>
<p>&#8220;filename.html&#8221;</p>
<p><strong>Wrongfilename:</strong></p>
<p>&#8221; filename.html&#8221;</p>
<p>You cannot really name a file like that with a windows machine. But Linux and Unix systems like Mac OS X allow this.</p>
<p>After renaming the file to a normal Windows filename, the customer you download the file again.</p>
<p>Btw you can simple rename the file with powershell</p>
<p><code>Rename-Item " filename.html" "newfilename.html"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/solved-cannot-download-file-from-iis6-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Genotec released Shared Hosting with .NET Framework 4</title>
		<link>http://www.thomasmaurer.ch/2010/07/genotec-released-shared-hosting-with-net-framework-4/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/genotec-released-shared-hosting-with-net-framework-4/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:09:33 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET 4]]></category>
		<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[.NET4]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[ASP.NET MVC 2.0]]></category>
		<category><![CDATA[ASP.NET MVC Hosting]]></category>
		<category><![CDATA[AspJPEG]]></category>
		<category><![CDATA[AspMail]]></category>
		<category><![CDATA[AspPDF]]></category>
		<category><![CDATA[Genotec]]></category>
		<category><![CDATA[IIS 6]]></category>
		<category><![CDATA[Persits]]></category>
		<category><![CDATA[Persits AspJPEG]]></category>
		<category><![CDATA[Persits AspMail]]></category>
		<category><![CDATA[Persits AspPDF]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[Silverlight Hosting]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=807</guid>
		<description><![CDATA[Last Monday we added support for the .NET Framework 4 to our Windows Shared Hosting Server at Genotec. Today the official Press release was published. We also added support for: .NET Framework 4 ASP.NET MVC 2.0 Silverlight 4 New Versions &#8230; <a href="http://www.thomasmaurer.ch/2010/07/genotec-released-shared-hosting-with-net-framework-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last Monday we added support for the .NET Framework 4 to our Windows Shared Hosting Server at <a href="http://www.genotec.ch" target="_blank">Genotec</a>. Today the official Press release was published.</p>
<p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/07/Screen-shot-2010-07-21-at-07.43.35.png" rel="lightbox[807]"><img class="aligncenter size-medium wp-image-811" title="Genotec HCC .NET4 Switch" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/07/Screen-shot-2010-07-21-at-07.43.35-300x66.png" alt="" width="300" height="66" /></a></p>
<p>We also added support for:</p>
<ul>
<li>.NET Framework 4</li>
<li>ASP.NET MVC 2.0</li>
<li>Silverlight 4</li>
<li>New Versions of Persits AspMail, AspPDF, AspJPEG</li>
</ul>
<h2>Genotec: .Net Freamwork 4 for Webhosting (German)</h2>
<blockquote><p>Der in Allschwil/Basel ansässige Internet Service Provider Genotec AG lanciert mit .NET Framework 4 die neueste Version des Microsoft Entwickler-Frameworks.</p>
<p><a href="http://www.microsoft.com/net/" target="_blank"><img src="http://www.genotec.ch/de/genotec/news/pressemitteilungen/2010/juli/images/logo-microsoft-dot-net.gif" border="0" alt="Microsoft .Net" hspace="5" vspace="0" width="100" height="95" align="left" /></a>Mit dem Ziel stets neue Features und aktuelle Produkte zu integrieren, hat Genotec das .NET Framework 4 von Microsoft lanciert. Ab sofort steht allen Windows Webhosting-Kunden der Genotec dieses Angebot zur Verfügung.</p>
<p>«Die neue Version von .NET lässt Projekte im Windows-Umfeld noch einfacher und mit vielen neuen Features erstellen. Unsere Kunden werden grosse Freude daran haben.» so Thomas Betz, Entwickler bei Genotec. Die neue Version mit vielen Features überzeugt auf der ganzen Linie. Zu den wichtigsten Neuerungen zählen unter anderem Codeverträge, eine DLR (Dynamic Language Runtime), neue Diagnose und Leistungstools sowie eine verbesserte automatische Speicherbereinigung. Die komplette Abwärtskompatibilität rundet den sehr guten Eindruck des .NET Framework 4 ab.</p>
<p>Verfügbar ist das .NET 4.0 bereits ab dem kleinsten Angebot für CHF 9.90 pro Monat. Mit dem Shared Hosting Entry erhalten Kunden ein Webhosting mit bis zu 10 Domains, komplettes Mailhosting inkl. Webmail, tägliches Backup, Statistiken sowie der kompletten Integration ins Hosting Control Center von Genotec und weiteren Features.</p>
<p>Über Genotec AG:<br />
Der Schweizer Internet Service Provider Genotec AG wurde 2001 gegründet. Das Unternehmen beschäftigt 36 Mitarbeitende und betreut in den eigenen Rechenzentren in Zürich, Basel, Bern und Allschwil über 50&#8217;000 Domain- und rund 500 Serverkunden. Genotec ist ein BAKOM-registrierter Provider und als «Microsoft Gold Certified Partner» zertifiziert. Genotec wurde von der simsa mit dem Gütesiegel «Swiss Quality Hosting» ausgezeichnet und ist providerliste.ch geprüft.</p>
<p>Seit 2008 ist Genotec neu bei Computerworld in den Top-500 der stärksten IT-Firmen der Schweiz gelistet.</p>
<p>Weitere Informationen zur Genotec: <a href="http://www.genotec.ch/">www.genotec.ch</a></p>
<p>Pascal Leu, Product Manager<br />
Genotec AG<br />
Binningerstrasse 95<br />
CH – 4123 Allschwil<br />
Tel. +41 (0)848 321 123</p>
<p>E-Mail: <a href="mailto:pressemitteilungen@genotec.ch">pressemitteilungen@genotec.ch</a></p></blockquote>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/genotec-released-shared-hosting-with-net-framework-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install Roles and Features Windows Server 2008 R2 Core (Shell)</title>
		<link>http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 11:00:08 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[DISM]]></category>
		<category><![CDATA[dism.exe]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Core Server]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[Windows Server 2008 Core]]></category>
		<category><![CDATA[Windows Server 2008 R2 Core]]></category>
		<category><![CDATA[Windows Server Core]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=803</guid>
		<description><![CDATA[This Guide should help you to install Roles and Features on Windows Server 2008 R2 per shell or on a Windows Server 2008 R2 Core Server. Under Windows Server 2008 you could install Roles and Features with the command OCSETUP. Since &#8230; <a href="http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This Guide should help you to install Roles and Features on Windows Server 2008 R2 per shell or on a Windows Server 2008 R2 Core Server.</p>
<p>Under Windows Server 2008 you could install Roles and Features with the command OCSETUP. Since we use Windows Server 2008 R2 Microsoft used the tool called DISM (Deployment Image Servicing and Management tool).</p>
<p>For checking availible Server roles type:</p>
<p><code>Dism /online /get-features /format:table</code></p>
<p>To enable a Feature or a Role, in this case the DNS Server Role, you just type:</p>
<p><code>Dism /online /enable-feature /featurename:DNS-Server-Core-Role</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/howto-install-roles-and-features-windows-server-2008-r2-core-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring IIS for Silverlight Applications</title>
		<link>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/</link>
		<comments>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:05:10 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[.xaml]]></category>
		<category><![CDATA[.xap]]></category>
		<category><![CDATA[.xbab]]></category>
		<category><![CDATA[IIS Manager]]></category>
		<category><![CDATA[IIS6]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[mime types]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[silverlight 3]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=391</guid>
		<description><![CDATA[You can simply add Silverlight support to your IIS6 webserver running on Windows Server 2003. To enable IIS 6.0 in Windows Server 2003 or IIS7 in Windows Vista RTM with the appropriate MIME Types, add: .xap     application/x-silverlight-app .xaml    application/xaml+xml .xbap    application/x-ms-xbap Adding MIME Types &#8230; <a href="http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/01/silverlight.png" rel="lightbox[391]"><img class="size-medium wp-image-395  aligncenter" title="silverlight" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/01/silverlight-271x300.png" alt="silverlight" width="271" height="300" /></a>You can simply add Silverlight support to your IIS6 webserver running on Windows Server 2003.</p>
<p>To enable IIS 6.0 in Windows Server 2003 or IIS7 in Windows Vista RTM with the appropriate MIME Types, add:</p>
<ul>
<li>.xap     application/x-silverlight-app</li>
<li>.xaml    application/xaml+xml</li>
<li>.xbap    application/x-ms-xbap</li>
</ul>
<blockquote>
<h3>Adding MIME Types by a simple VB script:</h3>
<ul>
<li>Here is a VBS script you could run to enable each of these types:</li>
</ul>
<p><code><br />
Const ADS_PROPERTY_UPDATE = 2<br />
'<br />
if WScript.Arguments.Count &lt; 2 then<br />
WScript.Echo "Usage: " + WScript.ScriptName + " extension mimetype"<br />
WScript.Quit<br />
end if<br />
'<br />
'Get the mimemap object.<br />
Set MimeMapObj = GetObject("IIS://LocalHost/MimeMap")<br />
'<br />
'Get the mappings from the MimeMap property.<br />
aMimeMap = MimeMapObj.GetEx("MimeMap")<br />
'<br />
' Add a new mapping.<br />
i = UBound(aMimeMap) + 1<br />
Redim Preserve aMimeMap(i)<br />
Set aMimeMap(i) = CreateObject("MimeMap")<br />
aMimeMap(i).Extension = WScript.Arguments(0)<br />
aMimeMap(i).MimeType = WScript.Arguments(1)<br />
MimeMapObj.PutEx ADS_PROPERTY_UPDATE, "MimeMap", aMimeMap<br />
MimeMapObj.SetInfo<br />
'<br />
WScript.Echo "MimeMap successfully added: "<br />
WScript.Echo "    Extension: " + WScript.Arguments(0)<br />
WScript.Echo "    Type:      " + WScript.Arguments(1)</code></p>
<ul>
<li>If you copy and paste the code above into a VBS file and save it as ADDMIMETYPE.VBS the syntax to add each type would be:</li>
</ul>
<p>ADDMIMETYPE.VBS  .xap  application/x-silverlight-app ADDMIMETYPE.VBS  .xaml application/xaml+xmlADDMIMETYPE.VBS  .xbap application/x-ms-xbap</p>
<p>or you could add it very simple over the IIS Manager.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/01/configuring-iis-for-silverlight-applications/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How can I check the password of the IUSR and IWAM local accounts on a machine?</title>
		<link>http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/</link>
		<comments>http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 15:08:49 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[IUSR]]></category>
		<category><![CDATA[IWAM]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Metabase]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=366</guid>
		<description><![CDATA[After a late night session doing some work on a new webserver, I found a really important blog post (windowsitpro.com) for IIS administrators. The blog post shows how you get the password of the IUSR and the IWAM local accounts &#8230; <a href="http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a late night session doing some work on a new webserver, I found a really important blog post (<a href="How can I check the password of the IUSR and IWAM local accounts on a machine?" target="_blank">windowsitpro.com</a>) for IIS administrators. The blog post shows how you get the password of the IUSR and the IWAM local accounts form the metabase.</p>
<p>Normally the IUSR and IWAM password are set automatically and unknown. But if you import the metabase on another you have to change the passwords of these two users (IUSR_&lt;local machine name&gt; and IWAM_&lt;local machine name&gt;).</p>
<blockquote>
<ul>
<li>First you have to update the adsutil.vbs script (localdiskdrive:\Inetpub\AdminScripts). You have to replace all the &#8220;&#8221;IsSecureProperty = True&#8221; with &#8220;&#8221;IsSecureProperty = False&#8221; otherwise the command would not show the real password.</li>
<li>Now you can run the following commands to get the password of these users</li>
</ul>
<p><strong>Get the IUSR password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs get w3svc/anonymoususerpass</code></p>
<p><strong>return:</strong></p>
<p><strong></strong><code>anonymoususerpass : (STRING) "password"</code></p>
<p><strong>Get the IWAM password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs get w3svc/wamuserpass</code></p>
<p><strong>return:</strong></p>
<p><strong></strong><code>wamuserpass : (STRING) "password"</code></p></blockquote>
<blockquote>
<ul>
<li>you also can set the passwords for those accounts in the metabase</li>
</ul>
<p><strong>Set the IUSR password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs set w3svc/anonymoususerpass "password"</code></p>
<p><strong>Set the IWAM password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs set w3svc/wamuserpass "password"</code></p></blockquote>
<blockquote style="text-align: left;">
<ul>
<li style="text-align: left;">after you change the passwords, you should sync the password from IIS with Microsoft Transaction Server (MTS) and component services with the following command</li>
</ul>
<p><strong>sync MTS:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript.exe synciwam.vbs -v</code></p></blockquote>
<p>Thanks to <a href="http://windowsitpro.com/authors/authorid/198/198.html" target="_blank">John Savill</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with NTLM Authentication with IE8 on Windows Server 2008</title>
		<link>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/</link>
		<comments>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:50:56 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Authentications]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=323</guid>
		<description><![CDATA[After I installed a Sharepoint (WSS 3.0) test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of &#8230; <a href="http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After I installed a <a href="http://office.microsoft.com/de-ch/sharepointtechnology/">Sharepoint (WSS 3.0)</a> test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of IIS7 and AD on a Windows Server 2008 I finally found the problem and the solution here:</p>
<blockquote><p><a href="http://ppalakollu.blogspot.com/2009/04/ie-8-ntlm-authentication-on-windows.html">http://ppalakollu.blogspot.com/2009/04/ie-8-ntlm-authentication-on-windows.html</a></p>
<p>If you are using host headers to resolve the websites, then you might have seen the following issue with NTLM authenticated sites on IE 8. When you access the websites on a machine other than the one where it is hosted, you will be able to get to the sites.<br />
Once you RDP onto the server and try to connect to the website, it will prompt for your windows credentials and will get an access denied message. This problem occurs because Windows includes a loopback check security feature that helps prevent reflection attacks on your computer(Probably some kind of security change has been made in IE8 related to this feature). Therefore, authentication fails if the FQDN or the custom host header that you use does not match the local computer name.</p>
<p><strong>Resolution:</strong> Disable the loopback check</p>
<ul>
<li>Click Start, click Run, type regedit, and then click OK.</li>
<li>In Registry Editor, locate and then click the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</li>
<li>Right-click Lsa, point to New, and then click DWORD Value.</li>
<li>Type DisableLoopbackCheck, and then press ENTER.</li>
<li>Right-click DisableLoopbackCheck, and then click Modify.</li>
<li>In the Value data box, type 1, and then click OK.</li>
</ul>
<li>Quit Registry Editor, and then restart your computer.</li>
</blockquote>
<div>I did not try the registry modification, I just installed Mozilla Firefox and it worked without any problems.I really hate to install software like these on a server, but I also hate to do registry &#8220;hacks&#8221; as well.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
