About 3 months ago I made the switch from asmx services to WCF services, since then I've had my share of headaches, but I've stuck with it, but even as a seasoned developer deployment remains a problem.
Typically I hand the solution over for deployment to consultants who are not developers with years of debugging experience behind them.
So almost always I have to hand hold the operation.
One solution I am working on started off with just 3 web services, I've since then realized that adding more services to the solution can become a logistical nightmare.
Configuration needs to change in both client and server and its subject to environmental changes like SSL or not. In classic asmx things are a lot simpler. Typically I don't require a hybrid protocol, and mainly I only use basic or wshttpbinding.
I've had one server that we simply could not get running under SSL, and as a result it was decided to leave it off due to time and budget constraints.
My question is - are there automated easy deployment helper apps available that can detect environment and configure accordingly, or wizard based apps where the consultant would be able to follow an easy to use form driven system, to help in the setup of these services.
Thanks in advance.