Hello.
I need to create a WCF to get requests from multiple clients, all .Net (asp.net, console apps and so on).
the WCF should be kind of "singelton", all using the same instance.
there are many requests to this WCF, some can be in the same time.
No replay to the clients is needed.
What should be my configuration?
Binding / Context / Concurrency and other.
Any help and info will be great.
Thank you very much.