Welcome...



...All those moments will be lost in time, like tears in rain....

- soliloquy from Blade Runner


Bits and bytes do get lost, awash in the rain of data flow that is Internet. They slip away from us, never to found again... some of them will be captured here, many more will not... like tears in rain...



Wednesday, June 27, 2012

The server was unable to process the request due to an internal error


 The server was unable to process the request due to an internal error


To turn on includeExceptionDetailInFaults, add the following tag in the web.config:
<system.serviceModel>
<behaviors>
            <serviceBehaviors>
                <behavior name="">
                    <serviceMetadata httpGetEnabled="true" />
                    <serviceDebug includeExceptionDetailInFaults="true" />
                </behavior>
            </serviceBehaviors>
        </behaviors>


...
</system.serviceModel>

No comments:

Post a Comment