Tagged Questions
1
vote
3answers
154 views
applicationSettings ignored in web.config
I've written a feature assembly that includes an SPFeatureReceiver. I can successfully deploy the feature's WSP, the assembly goes to the GAC, and the feature (mostly) does what it's supposed to. ...
1
vote
2answers
45 views
Customizing a feature: Site Options? Config List? Something else?
I'm developing a feature that renders a link on the user's screen, and I need that link's destination URL to be configurable by site collection administrators (SCAs) who are not developers.
Where ...
3
votes
4answers
551 views
Can I deploy a feature with a configuration value?
I have a feature. This gets compiled into a WSP package, and installed on a particular SharePoint server. So far very standard.
But - the feature deploys a custom timer job. The custom timer job ...