Web.config is the main settings and configuration file for an ASP.NET web application (which SharePoint is dependent on). The file is an XML document that defines configuration information regarding the web application.This file stores the information about how the web application will act. The ...
5
votes
2answers
579 views
Web.Config changes to extended sites programatically
How can you add web.config changes to Extended sites programatically? SPWebConfigModification class does this for both the Main web application and extended web application. I want to do it only for ...
0
votes
2answers
1k views
NTLM Authenticated Application, FBA, and the People Picker
On the Windows Authenticated side of an extended web application with FBA, the people picker is only working when I also enable FBA through Central Administration for the Windows Authenticated web ...
4
votes
2answers
2k views
modify web.config programatically to add a workflow authorized type
I need to add a line in the web.config under authorizedtypes, I want to do it with a wsp solution so that sharepoint takes care of syncrhonizing it with other front end servers.
I just want to put ...
0
votes
1answer
768 views
WebConfigModifications Remove functionality is not working in SharePoint 2010
I am using the following code to remove a web.config modification which added to web.config via one feature
Collection<SPWebConfigModification> applicationModifications = ...