Anonymously Accessible DocIdRedir.aspx in SharePoint 2010
Posted by: Clarity Blogs: ASP.NET,
on 28 Dec 2011 |
View original | Bookmarked: 0 time(s)
The Document ID service in SharePoint 2010 allows you to provide a permalink to documents by assigning a unique identifier to each document. Documents are then available at a URL such as: DocIdRedir.aspx takes care of this by looking up the document using the ID querystring parameter. It also takes care of the error handling [...]