Thornton wrote:
Under medium trust?This looks as if the logging is working correctly, but I am unsure why it would not log to the sql server database. The connection string must be named "BugNET" in the web.config, on first initialization of the web app, the log4net config is updated on the fly with this connection string.
The fileappender actually creates the file and writes a "INFO BugNET.Initialization [(null)] - Application Start" but that is the only thing being logged.
Even with loglevel Debug.
The internal log4net log don't show any errors.