You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a issue when i use the library with asp.net mvc 5. Only the RollingLogFileAppender is known. The appenders using your library is not known! With a console application, that's work!
When i debug the code of the library, i have an http exception 400 - The remote server returned an error: (400) Bad Request trying to execute CreateIfNotExists method with a status ProtocoError
Do you have have an idea ?
Jérôme
The text was updated successfully, but these errors were encountered:
Hi,
I have a issue when i use the library with asp.net mvc 5. Only the RollingLogFileAppender is known. The appenders using your library is not known! With a console application, that's work!
I publish my code sample application using asp.net mvc and the log4net appender using it with azure storage.
https://github.com/jducobu/log4net.Appender.Azure-test/tree/master
When i debug the code of the library, i have an http exception 400 - The remote server returned an error: (400) Bad Request trying to execute CreateIfNotExists method with a status ProtocoError
Do you have have an idea ?
Jérôme
The text was updated successfully, but these errors were encountered: