Tagged Questions
4
votes
3answers
4k views
.NET DLL Settings and Config when there's a Web Reference - whats going on?
My understanding is, that .NET doesn't really 'do' config files for DLLs - only the main Executable or Web App gets a config file, and all DLLs referenced by the Executable/Web App read from that.
...