I have a feature where i have defined activation code which actually does something with the filelocation.
The file location i have kept in web.config
now, when i activate the feature in teh feature gallery, it works fine.
however, when activated from powershell, it does not get activated as it fails to read values from web.config
as feature activation code using powershell does not pick appsettings values.
where do i put the appsetting values.