Archive

Posts Tagged ‘Documents’

SharePoint 2007 Navigation, Documents, Lists and Anonymous Access

October 1st, 2010 No comments

I had this problem today on one of our sites that has anonymous access enabled.  We wanted to link to some PDF files in our quick launch navigation, so, naturally, we logged into the site and manually added the links.

However, when we tested the site with anonymous access the links weren’t there! So, next step, check the document library.  It was inheriting permissions, and I could even manually type in the URL to the document library and the PDFs using anonymous access and view everything just fine.

So, time to start digging.  Fortunately I found a thread on a discussion board that pointed me here – http://support.microsoft.com/kb/927082/en-us?spid=11373&sid=200.  Apparently when you turn on Anonymous access, Microsoft doesn’t think you could really want everything to be anonymous access.  Anywho…I figured it was worth a shot, so I logged into the server, disabled the feature running the command in the KB article linked above, turned anonymous access off and back on and what do you know.  It worked!!!

So, if you are having any trouble with certain lists, documents, navigation, etc.  Give this solution a shot.  As of yet I’m not aware of negative impacts to disabling this feature, but if I find any I’ll definitely update this post.

Office 2010 and SharePoint 2007

August 28th, 2009 17 comments

After installing Office 2010 on my computer (both laptop and desktop) running Windows 7 RTM, I had a problem opening any Office files stored in our SharePoint 2007 environment.  I would click on a file to open it or edit it, the Office 2010 application would open, however, the file wouldn’t open.

I could download the document to my desktop, open it, edit it, and re-uploaded it, but this fare far from ideal.  I could link the site to Colligo, but I don’t want to have connect to a site every time I want to open a document.

Finally, today I ran across this helpful string of comments on the TechNet forum – http://social.technet.microsoft.com/Forums/en-US/office2010general/thread/230fc30a-8922-4c75-a8fc-540b0282dff8

In short, the solution is to make a fake proxy in IE:

  1. Open up Internet Explorer
  2. Click Tools –> Internet Options
  3. Click the Connections tab
  4. Click LAN settings
  5. Check “Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections).”
  6. Enter 127.0.0.1 for the address
  7. Click Advanced
  8. In the Exceptions type: *.*
  9. Click OK, OK and OK

You should now be able to browse to a SharePoint site, click an Office document and have it successfully open in your Office 2010 client.  This successfully worked for me with MOSS and reports in the TechNet forum are that it works with WSSv3 as well.