C
Cetel Sistemas
Hi,
I`d like to know if it is possible to configure a dll dinamically. I want to
change the dll.config values and make the dll take those new values.
If this is possible I'd like to go a bit further. I wrote a dll in c#
(usercontrol) which I use as an active X in asp.NET:
<object id="ActiveX" classid="HDControlesX.dll#HDControlesX.AccesoAdmin"
style="width: 150px; height: 100px"></object>
Id like to be able to configure this dll in the server without having to
compile the library again. At the moment, I have to compile the library in
order to make the settings changes work, but what I need is just to change a
file and that the dll takes the new arguments.
Thanks in advance
I`d like to know if it is possible to configure a dll dinamically. I want to
change the dll.config values and make the dll take those new values.
If this is possible I'd like to go a bit further. I wrote a dll in c#
(usercontrol) which I use as an active X in asp.NET:
<object id="ActiveX" classid="HDControlesX.dll#HDControlesX.AccesoAdmin"
style="width: 150px; height: 100px"></object>
Id like to be able to configure this dll in the server without having to
compile the library again. At the moment, I have to compile the library in
order to make the settings changes work, but what I need is just to change a
file and that the dll takes the new arguments.
Thanks in advance