Hi,
I am calling Windows Control library DLL file from asp.net web application using the <object> tag in webform1.aspx. Here i am able to read from the app.config file using the below code. But i am not able to write to the applicationName.dll.config file which is in the wwwroot\ApplicationFolder\.
Also i am using the Lg4Net.dll to write logs to the wwwroot folder. For this i am not able to read the config file.
DefaultMember("Item")> _
Public Class AssemblySettings
Private settings As IDictionary
Go to the complete details ...