SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Feb 192010

Office 2007 + SharePoint Document Library = Prompt for Credentials

Problem:

Even if you configure your SharePoint site as Intranet in the Internet Explorer, you will be prompted for user credentials when you open an Office document with Office 2007.

This is true, if you haven’t configured a proxy in your browser, access your SharePoint site with a FQDN (fully qualified domain name) and you are using Windows Vista or Windows 7.

Cause:

(Quote from the KB aticle below) In Windows Vista, Internet Explorer uses the Web Client service when you use Internet Explorer to access a WebDAV resource. The Web Client Service uses Windows HTTP Services (WinHTTP) to perform the network I/O to the remote host. WinHTTP sends user credentials only in response to requests that occur on a local intranet site. However, WinHTTP does not check the security zone settings in Internet Explorer to determine whether a Web site is in a zone that lets credentials be sent automatically…

If the URL contains periods, the server is assumed to be on the Internet <—this is the important point :-)

Solution:

Install Vista SP1 if you haven’t already. Otherwise you’ll need to install the hotfix from the KB article!

See this KB article: You are prompted to enter your credentials when you access an FQDN site by using a Windows Vista-based client computer that has no proxy configured

The article shows how to add an entry to the client registry, which will tell the WebClient Service to send credentials with the request.

Note: You have to restart the WebClient service after you modify the registry.


Published: 2/19/2010  3:13 PM | 0  Comments | 0  Links to this post
Tagged as: Windows

Feb 182010
Feb 162010

SharePoint Usergroup OWL

14 Teilnehmer. Super! Ich hoffe wir dürfen alle neuen Gesichter auch bei den nächsten Treffen begrüßen.

Nach meinem Vortrag über SharePoint 2010 haben wir in gemütlicher Runde weiter Themen und Fragen zum “Neuen” erörtert.

Bis zum nächsten Mal, oder nächte Woche in München :-)


Published: 2/16/2010  9:39 PM | 0  Comments | 0  Links to this post
Tagged as: UserGroup

Feb 092010

News about Memory Leaks in SharePoint

There is some interesting new information about SharePoint eating up memory. Take a look at the details in the post SharePoint’s Sasquatch Memory Leak over at Todd Carters blog.

The evil seems to be many HttpApplications, which are not disposed properly. So every request creates a new HttpApplication, which eats up our memory at the FE servers.

And by the way, it does not mean we don’t have to get rid of our SharePoint objects as well :-)

Quote:

So What is The Fix?

As of today we have just begun the process of having this issue addressed by the SharePoint 2007 servicing team so we do not have a fix at the time this blog was published. Once the fix is available I strongly advise everyone to install it and if implemented remove the workaround I provide below.


Published: 2/9/2010  9:03 AM | 0  Comments | 0  Links to this post
Tagged as: SharePoint