Is it possible for classes to have a config file like app.config ? I
require something like this to store a value that is used in many of my
classes but that value changes from development to live. Obviously when
deploying to live i do not want to go through all my classes changing this
value and then having to recompile.
Cheers
Dave C.
Dave Cook - 20 Feb 2004 10:51 GMT
Its ok done, silly question really. The class will read the values from the
app.config in the client application, I was trying to add it to the same
project as the class.
> Is it possible for classes to have a config file like app.config ? I
> require something like this to store a value that is used in many of my
[quoted text clipped - 5 lines]
>
> Dave C.