In a web application I added some dlls as the references, because of that references some of the section settings has been added to my web.config file by default.
Now I got the newer versions of those dlls, Now I just removed those dll's and added the newer dll's references.The web.config file's section header is not yet changed to the newer versions of dlls.
Is there anything do I need to change in order to make the section header to be updated.
Can someone please help about this problem?