Tagged Questions
1
vote
1answer
36 views
Add an <assembly> to web.config with SPWebConfigModification
I am trying to add an assembly to configuration/system.web/compilation/assemblies - but with the following code it I get Expression must evaluate to a node-set.
private SPWebConfigModification ...
1
vote
2answers
66 views
SPWebConfigModification class not found?
Using Sharepoint 2010, I am trying to use the SPWebConfigModification class to add connection strings the the sharepoint's web.config.
My problem is that the class SPWebConfigModification is not ...
2
votes
3answers
1k views
SPWebConfigModification class will not update Central Admin application's web.config file
Using SharePoint 2010 I am trying to use the SPWebConfigModification class to make some basic changes to web.config files on applications in the farm, including the Central Administration web.config ...
