<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Internet Explorer</title>
        <link>http://www.drowningintechnicaldebt.com/GregTate/category/158.aspx</link>
        <description>Internet Explorer</description>
        <language>en-US</language>
        <copyright>Greg Tate</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <item>
            <title>SharePoint, IE8, WebClient, And Credentials</title>
            <link>http://www.drowningintechnicaldebt.com/GregTate/archive/2010/04/22/sharepoint-ie8-webclient-and-credentials.aspx</link>
            <description>&lt;p&gt;So I’ve been struggling with an odd issue here at the office. SharePoint kept prompting me for credentials in IE8 but not IE7. To fix this I simply moved the url &lt;a href="http://sharepoint.abccompany.com"&gt;http://sharepoint.abccompany.com&lt;/a&gt; from trusted sites to intranet sites. Problem Solved!…So I thought&lt;/p&gt;  &lt;p&gt;Later we noticed when a user would attempt to open a document in any library the user would again be prompted for credentials. After what seemed like a week of Googleling (couple of hours) I discovered a two part &lt;a href="http://support.microsoft.com/kb/943280" target="_blank"&gt;MSFT hotfix&lt;/a&gt; to which I think SWEET this is fixed. But sadly the installer package informed me the fix wasn’t applicable to my machine. Seems at this point Microsoft has already included this in their service packs on Vista and Windows7. The sad thing is their service pack couldnt address the second part. &lt;/p&gt;  &lt;p&gt;For those who havent clicked over to read the hot fix, part two added a Multi-String Value named &lt;strong&gt;AuthForwardServerList&lt;/strong&gt; to your &lt;em&gt;HKLM\SYSTEM\CurrentControlSet\services\WebClient\Parameters &lt;/em&gt;entry. Within this Key you are to define the servers to which your web client service would forward you credentials to without asking your permission(e.g *.abccompany.com). &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Here is the code to get you started on Scripted fix. Just remember you will need to restart the WebClient service&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="875"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="873"&gt;         &lt;p&gt;Const HKEY_LOCAL_MACHINE = &amp;amp;H80000002 &lt;/p&gt;          &lt;p&gt;‘Set Computer Name&lt;/p&gt;          &lt;p&gt;strComputer = "."           &lt;br /&gt;Set objRegistry = GetObject("winmgmts:\\" &amp;amp; strComputer &amp;amp; "\root\default:StdRegProv")  &lt;/p&gt;          &lt;p&gt;'Set Value            &lt;br /&gt;strKeyPath = "SYSTEM\CurrentControlSet\services\WebClient\Parameters"            &lt;br /&gt;strValueName = "AuthForwardServerList"            &lt;br /&gt;arrValue = Array("*.abccompany.com") &lt;/p&gt;          &lt;p&gt;objRegistry.SetMultiStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName, arrValue&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;As a parting note the HotFix states Windows XP machines aren't affected since they aren't shipped with IE8, but the ones I tested proved otherwise. Nonetheless it doesn't seem to harm the XP machines if you add this registry addition to them.  Of course after this I’ve stumbled upon another issue I wasn’t aware of…a difference between user experience in IE8 32Bit and IE8 64Bit…Guess I know what I’m doing tomorrow :-) &lt;/p&gt;&lt;img src="http://www.drowningintechnicaldebt.com/GregTate/aggbug/704.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Greg Tate</dc:creator>
            <guid>http://www.drowningintechnicaldebt.com/GregTate/archive/2010/04/22/sharepoint-ie8-webclient-and-credentials.aspx</guid>
            <pubDate>Thu, 22 Apr 2010 22:36:46 GMT</pubDate>
            <wfw:comment>http://www.drowningintechnicaldebt.com/GregTate/comments/704.aspx</wfw:comment>
            <comments>http://www.drowningintechnicaldebt.com/GregTate/archive/2010/04/22/sharepoint-ie8-webclient-and-credentials.aspx#feedback</comments>
            <slash:comments>59</slash:comments>
            <wfw:commentRss>http://www.drowningintechnicaldebt.com/GregTate/comments/commentRss/704.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
