Tagged Questions
1
vote
1answer
98 views
Sharepoint 2010 failed to apply web.config modifications to Web Application
I have a SharePoint solution deployed into a specific web application on the production SharePoint site.
When I try to enable the feature from the site features in Site Settings I get an error saying ...
2
votes
1answer
306 views
How does SP resolve web.config modifications?
Specifically, if my code makes a change to the web.config to enable the ScriptResource.axd HttpHandler, and then another third party app comes along and also 'adds' the config entry (it doesn't add a ...
1
vote
2answers
480 views
How do I fix the error “Expression must evaluate to a node-set” setting web.config entries?
I'm trying to update web.config in SharePoint when the feature is activated. I have created Event receiver. The code inside receiver is:
public override void ...