I have an attribute on a constant field like this:
[Privilege(SysCaption = "")]
public const string View_Course_IndexSelf = "View Course IndexSelf";
I need to fill SysCaption in the attribute with a value loaded from web.config.
How can I do this? Any help will be appreciated.