In case of remoting i can configure singleton, singlecall in config file
In case of WCf we are using attribute [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Single, InstanceContextMode = InstanceContextMode.PerCall)] So if there needs a change i have to open the code and change it, is there a way to do it in config.