Wrote my customProvider and hooked it up in the web.config as default but noticed that the Initialize method is not called at all when I create my object. How can I remedy this problem since this means that my default settings and all necessary work in the initialize method are not handled at all.
...
Go to the complete details ...