G
George Ter-Saakov
Hi.
I have couple config setting for my Application.
I created class with static members.
Application_Start method reads settingg from ConfigurationSettings.AppSettings and populates static class. I just found it more convenient (since now I can have default settings).
Does this approach have any flaws?
Thanks.
George.
I have couple config setting for my Application.
I created class with static members.
Application_Start method reads settingg from ConfigurationSettings.AppSettings and populates static class. I just found it more convenient (since now I can have default settings).
Does this approach have any flaws?
Thanks.
George.