All, I have a log4net implementation and I\'m trying to use the AdoNetAppender, but one of the subelements for the appender configuration is conn
AdoNetAppender
appender
conn
I'm not sure what type you need, but you can use this in code to get the fully qualified name of a type.
string fullyQualifiedName = typeof(MyType).AssemblyQualifiedName;