While working on an issue with a 2003 SP2 server we ran into an error 1075 System error 1075 has occurred. The dependency service does not exist or has been marked for deletion. But looking at the service in the Services manager we could not see any dependancy that was missing or not running. Turns […]
Posts from May 2010
SharePoint 2007 Portal Site Hidden Login
In an on-going effort the create SharePoint template pages we have made a nice piece of code that allows us to hide the login button of the SharePoint Portal site unless users add a specific variable to the URL or unless they are logged in: <% SPUser currentUser = SPContext.Current.Web.CurrentUser; string DisplayLogin = Request[“login”]; if […]