Log messages going to previously created log file
I am using enterprise library 5.0 logging in my asp.net site, My web.config file is as follows: <?xml version="1.0"?> <configuration> <configSections> <section name="loggingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="true"/> </configSections> <loggingConfiguration name="FlatFileLogging" tracingEnabled="true" defaultCategory="General"> <listeners> <add name="Flat File Trace Listener" type="Microsoft.Practices