how to deploy web.config modifications in a Sharepoint web application?
I have a website in Sharepoint 2007. We use a wsp to deploy our projects. We can deploy dlls, usercontrols, features, but i don't know how to include new lines in the web.config. Which would be a possible way to make changes in web.config? Another thing, how can I include resources (resx) in the wsp? Manually editing the web.config in a multi-server farm is a Bad Idea. Ensuring the web.config files stay in sync on each WFE will become a nightmare quickly. Using the SPWebConfigModification class to manage web.config changes across the farm is a Good Idea, as changes will be persisted in the