Posted by (JavaScript must be enabled to view this email address) on Wed 10 Mar 2010
The official date of Microsofts next Office release (Office 2010) and SharePoint 2010 including SharePoint Foundations will be 12 May 2010 - we’ll get to play with the RTM versions before then so keep an eye out for updates on new functionality, features and gotcha’s with the new software here.
You can read more about the launch here: SharePoint 2010 @ Microsoft.com
Posted by (JavaScript must be enabled to view this email address) on Tue 22 Sep 2009
SharePoint (MOSS2007) prompts users to login in when accessing SP using a fully qualified domain name (FQDN) on Windows Vista.
The resolution is document in Microsoft Support
Posted by (JavaScript must be enabled to view this email address) on Thu 06 Aug 2009
We were trying to configure Email Enabled Document Libraries in MOSS 2007 and all was going really well until actually configuring a document library to accept emails.
Every time I ran the Incoming Email Settings page and clicked OK I was presented with an ACCESS DENIED error from the web service. Great! Windows 2008 was at it again. It might be a lot more secure but its not kind to those who have to administer it on a daily basis.
Eventually I tracked down a post which showed I had to use a command CACLS to set permissions on the IIS Metabase - Application Pool accounts have no administrative access over this and the CACLS command is a way to allow the required level of access.
CACLS is deprecated in Windows 2008, instead you should use
ICACLS “%SystemDrive%\Windows\System32\inetsrv\config\applicationHost.config” /grant <domain>\<UserAccount>:(D,WDAC)