I been using Microsoft’s Enterprise Library for Logging. I want to be able to query the Log table based on the AppDomainName, which is not a problem on executables as they log the AssemblyName as the AppDomainName. However, when it comes to an MVC application, I get an arbitrary name, session id I think in the form such as /LM/W3SVC/2/ROOT/AppNameHere-1-130227215731585214
Does anyone have any direction how I can configure this to be a constant name regardless of the session, ie. “AppNameHere”
Thank you