T
Tigger
I've just found out that asp.net will not allow the use of UserSettings
in its config file.
This seems to mean that I cannot use any dlls which have
UserSettings!!!!
It makes sense that asp.net does not provide the means for users to
modify settings, but it does not make sense that my application cannot
still use them.
I have a whole bunch of dlls which I use in both a windows app and
asp.net. In windows it makes sense that I provide the ability to alter
settings on a per user bases, so my apps have user settings. However
this means I cannot use those dlls in aps.net now!!!! Argh!
Is there any way around this or will I have to convert all my settings
back to application level and then add duplicates at user level and put
try/catches around the access attempts.
Tony
in its config file.
This seems to mean that I cannot use any dlls which have
UserSettings!!!!
It makes sense that asp.net does not provide the means for users to
modify settings, but it does not make sense that my application cannot
still use them.
I have a whole bunch of dlls which I use in both a windows app and
asp.net. In windows it makes sense that I provide the ability to alter
settings on a per user bases, so my apps have user settings. However
this means I cannot use those dlls in aps.net now!!!! Argh!
Is there any way around this or will I have to convert all my settings
back to application level and then add duplicates at user level and put
try/catches around the access attempts.
Tony