I have a winforms application that calls an assembly that has a static class. This class is big with user ,system and other configuration options.
I'm starting to port the application to Web. I want to reference the assembly, but the class is static, so, all users will have the same values and that can't happen.
Is there a way around this (maintaining the original asembly)