Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

November 2007 - Posts

Enable Soap logs for Windows Live MA 2.0
At c: you find an xml file - SoapTraceConfig.xml - where you can enable the soap logs. <?xml version='1.0'?> <SoapTrace>     <!--Possible Flag values: AllRequests, FailedRequests, SuccessfulRequests, NoRequests-->     Read More...
Windows Live MA 2.0 additionally attributes
Thanks to Shawn Lloyd from Microsoft support team for this information. I tried to set some additionally attributes like country, timezone, ..., but I was getting some errors in the export log file <Export> <BeginExport time="12-11-2007 Read More...
Install Live@Edu pfx certificate
Before install Windows Live ID Management Agent 2.0 place the PassportMA_GlobalConfig.xml under \Extensions folder. The PassportMA_GlobalConfig.xml that Microsoft gives you doesn't have defaultcertski element specified. But after you install the MA with Read More...
Windows Live ID and MIIS Service Account
To the management agent work correctly with Windows Live the MIIS Service Account must be a member of the local administrators group. If you don't follow this rule you get a stop-extension-dll-exception and in the event log you get: "System.NullReferenceException: Read More...
Custom Action for Sharepoint Designer
I'm going to create a custom action for Sharepoint Designer that creates a discussion thread in a discussion list based on the current list item. I'm going to use the code found here and put it into a SPD custom action. First create a Workflow Read More...