Hi

I have my own UI (actually an MMC snap-in) to modify my WCF endpoints and
bindings. I'm trying to get
System.Configuration.ConfigurationManager.RefreshSection(...) to work. But
nothing seems to happen when I call the method with either of the following
arguments:



ConfigurationManager.RefreshSection("system.serviceModel")
ConfigurationManager.RefreshSection("system.serviceModel/services")
ConfigurationManager.RefreshSection("system.serviceModel/bindings")

What am I missing, any ideas?