WIF 4.5 Tracing

Add to Web.config within Configuration:

<system.diagnostics>
    <sources>
        <source name="System.IdentityModel" switchValue="Verbose">
            <listeners>
                <add name="xml" type="System.Diagnostics.XmlWriterTraceListener" initializeData="C:\\temp\\WIFTrace.e2e"/>
            </listeners>
        </source>
    </sources>
    <trace autoflush="true"/>
</system.diagnostics>
This entry was posted in WIF and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *


*

This site uses Akismet to reduce spam. Learn how your comment data is processed.