Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » delete   (RSS)

Automating config file changes : Part 3 – Deleting an element from an XML file

This post talks about removing an existing XML element from the config file. Consider a scenario where we have the following web.config file saved at location C:\MyApplication <?xml version="1.0"?> <configuration>   <configSections>
 
Page view tracker