Just started on a new project and opened up a 1600 line web.config
file for a WCF project, where 90% of the services are configured identically (hmfph).
I like a project to be easy to manage, with as few redundant lines of code as possible. So my question is whether or not it is possible to configure multiple WCF service by using convention-driven configuration instead.
Kind of like Fluent NHibernate Automapper with the possibility to create overrides when needed (like custom endpoints etc). Any thoughts?
/Jasper