October 2008 - Posts
Microsoft Office SharePoint Server 2007 is bundled with several audit reports valuable to analyze activity across a site collection, or a specific library or list. With the Configure Audit Settings, we could construct the site collection level auditing, and with Information Management Policy we can define the library level policy. The reports can be readily saved in a useful format for review.
Details and demonstration videos...
We must enable usage analytics to measure our SharePoint site usage and performance through the Site Usage Reports and Site Collection Usage Reports of Microsoft Office SharePoint Server 2007 or through Site Usage Reports provided by Microsoft Office SharePoint Designer 2007.
Details and demonstation videos...
On my previous article, I have mentioned of the object models of Windows SharePoint Services Web services designed for creating solutions that work with Windows SharePoint Services. One of the Web services I have tabulated on the same piece was Meetings Web service, the spotlight of this post.
Details...
The Windows SharePoint Services Web services provided by the Microsoft.SharePoint.SoapServer namespace includes methods that provide Microsoft .NET Framework developers with object models for creating solutions that work with Windows SharePoint Services remotely from a client or custom application. They are defined through the server-side object model of the Microsoft.SharePoint assembly, and their design is optimized to reduce the number of roundtrips transacted between client computer and server.
Most Web services are provided through the /_vti_bin virtual directory, which maps to the \\Program Files\Common Files\Microsoft Shared\web Server extensions\12\ISAPI physical directory. The Administration Web service is provided through the /_vti_adm virtual directory, which maps to \\Program Files\Common Files\Microsoft Shared\web Server extensions\12\ ADMISAPI physical directory.
Details...