Friday, April 05, 2019
Wednesday, August 12, 2015
VMWare Client
If you get a Browser doesn’t support launching console error set the browser to Compatability mode
Tuesday, May 19, 2015
Setting Cookie Timeout (forms auth)
$sts = Get-SPSecurityTokenServiceConfig
$sts.FormsTokenLifeTime = (New-TimeSpan -minutes 30)
$sts.Update()
Get-SPSecurityTokenServiceConfig
Monday, April 27, 2015
Missing dependency for ClickOnce
Framework assembly was not being deployed in the ClickOnce published. Appears to be a related bug with Copy Local. Switching copy local off and then on again appears to resolve.
Monday, September 22, 2014
Monday, December 02, 2013
Web Application setup fails with Object Reference Error
Encountered Object Reference error when setting up a new web application to host MySite. Walkthrough the ULS logs showed a problem with a custom xml config file in the 14/config location. Renamed file and re-created web-app without any problems.
Wednesday, February 06, 2013
Subscribe to:
Posts (Atom)
Feedburner RSS