Introduction
It is easy to customize profile by adding entries in web.config. But the custom-entries added are available only in the codebeside classes and not in any other class.
The situation worsens if the profile entries need to be made available in custom web-control that may reside in another assembly. As such, the entries must be available at the compile time of the control-assembly and not of the website.
This article descibes a way out to the problem...