.NET Framework Bookmark and Share   
 index > Claims based access platform (CBA), code-named Geneva > Where to configure <system.diagnostics> for a custom Attribute Store
 

Where to configure <system.diagnostics> for a custom Attribute Store

We have developed our own attribute store and have included diagnostic logging functionality. The logging functionality is built on top the of the standard .NET tracing using the System.Diagnostics.TraceSource class. To enable the trace source, we need to modify the application configuration file add our trace source to the <system.diagnostics> section. Which file should we be modifying?

The Geneva server does write to the followingtrace sources:

Microsoft.IdentityServer.ClaimsPolicy.Engine
Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore
Microsoft.IdentityServer.ClaimsPolicy.Threading

Phil
Phil Bolduc

After thinking about this on the way home, it became fairly obvious to me. Since Geneva runs as a service, Microsoft "Geneva" Server in the beta, the configuration will be the exe config file for the host application. This configuration file is located in the installation directory on the Geneva Server,

C:\Program Files\Microsoft Geneva Server\Microsoft.IdentityServer.Servicehost.exe.config

Phil Bolduc

After thinking about this on the way home, it became fairly obvious to me. Since Geneva runs as a service, Microsoft "Geneva" Server in the beta, the configuration will be the exe config file for the host application. This configuration file is located in the installation directory on the Geneva Server,

C:\Program Files\Microsoft Geneva Server\Microsoft.IdentityServer.Servicehost.exe.config

Phil Bolduc

You can use google to search for other answers

Custom Search

More Threads

• Geneva Server Beta 2 - Microsoft "Geneva" Server service doesn't start after installation
• Signing out with Geneva and SignInStatus control
• Error from multiple vanilla Geneva Server installations
• Running Geneva server without active directory (custom information in SQL)
• Error - does not implement inherited abstract member 'Microsoft.IdentityModel.Tokens.SecurityTokenHandler.Clone()
• Technical Reason Why ClaimsAuthorizationModule specified in two places system.webServer and system.web
• Configuration Error while running Microsoft Geneva Framework Sample projects
• Always use this card at this site?
• Can Geneva Server Beta 2 produce SAML 2.0 token type under WS-Federation passive?
• Single Sign Out from Geneva Server