I recently tried to get the SQL Server Reporting Services add-in to work in my MOSS Farm. Unfortunately it was a disaster. During the installation, I assume there were some entries written to the Config database referencing some the Microsoft.Reporting assemblies. My problem is that occasionally the references to these assemblies are re-written to the Web.config file which causes SharePoint to crash. I can then comment out/delete the references to these assemblies and everything works fine until this happens again. How can I remove any traces of the reporting services so that it is no longer written to the Web.config file?