Are there any tools that go beyond deep and in-depth knowledge of each configuration parameter and nuances, and simply configure the application with minimal inputs. Something like a wizard that creates an XML configuration based on these simple inputs. I don't care about security. I just need the service to work. Ideally, the tool could also configure IIS6, or at least with a given set of parameters, it will prepare a list of steps that I need to follow in IIS.
Microsoft Service Configuration Editor is no better than direct XMl editing. I found a website that has the right idea, but it could not solve my simple installation. ( http://www.noemax.com/support/wcf_binding_configuration_wizard.html ).
Is there anything that puts some kind of convention on this mountain of configuration?
source
share