Monday 21 February 2011

SecurityToken Problem

Problem:

The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs

Solution:

\14\WebServices\SecurityToken

I changed to the web.config there to add this in the behaviors

<serviceDebug includeExceptionDetailInFaults="true"/>