views:

35

answers:

0

Why does the ServiceBehavior attribute needs to be implemented on classes and not interfaces? Is there a way to make it global for all WCF services? Is there a way to specific the ServiceBehavior in the web.config file? I would like to have all of my WCF services to implement the InstanceContextMode == PerCall.

Thank You,