Opening Office Documents from An Anonymous SharePoint Site
When building a public-facing MOSS site we had found that clicking on a link to an Office document such as Word or Excel caused a dialog box to display asking for the user to sign in. If the user was already authenticated with the SharePoint site this would not occur, only those users accessing the site as an anonymous user. It also only seemed to be a problem if you were accessing the file using Office 2007 or 2000. Office 2003 worked fine.
If the user clicked Cancel on the dialog box then the document would open in a read-only version. After much research and few leads we found a post that said to avoid the login prompt you need to turn off Client Integration. This can be found in the Central Administation Panel under two locations under Application Management, User Permissions for Web Application and Authentication Providers. You should set this setting in the Authentication Providers section. This way you can set it for each type of authentication zone, both anonymous and authenticated.
In order to use SharePoint Designer with the site you will need the Client Integration turned on for the authenticated user. Disable client integration for anonymous users. This will remove the prompt in some Office/browser combinations.
To remove it for the rest, you will need to remove the "Options" verb from the httpHandlers section of the web.config for the anonymous site collections.
This link is the original site where we found this information.
Labels: documents prompting in SharePoint, Office Documents in SharePoint, Office Documents Prompting in SharePoint
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home