I'm trying to get connection string,stored in encrypted form, from
web.config.
I've wriiten key and value pair under Configuration->Appsettings tag
of one assembly and have used it as
string connString = System.Configuration.ConfigurationSettings.
AppSettings["ConnectionStringPlatform"]
in a function of other assembly.I've also assigned a strong name and
placed the assembly in global cache.
I'm getting null value in connString.
Can anybody tell me the reason for getting null value?
An early reply would be appreciated.


Regards,
-Ritu