Ask a questionAsk a question
 

QuestionWCF

  • Wednesday, November 04, 2009 8:46 AMRajesh C Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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.

    I am new to WCF

All Replies