Hi All, I met a performance issue when using the WCF service.
Here's the story:
I wrote a self-hosted WCF service which is hosted by a console application;
I wrote a simple client to consume the service;
After the WCF service is running, it takes over 15 seconds for the client to create connection with the service.
The WCF service is extremely simple just something like "Hello World". Is this normal?