I am using Visual Studio 2013 and tried to do this walk through How To: Enable WIF Tracing. But I did not find Identity and Access under Solution Explorer. So how do I enable WIF tracing in Visual Studio 2013.
I even added the xml in the System.Diagnostics section and created the folder C:\logs\, but did not find anything in that folder after logged in. Can someone please enlighten me as to what am I missing?
The Microsoft example should work. System.IdentityModel is the one for .NET 4.5. Does your app (app pool identity) have access to the c:\logs folder ? The Tracing thing is not WIF related (it works for WCF and othe rbuilt-in .NET stuff as well) so if you copy/pasted the example your should be ready to go...