Explanation of WCF application life cycle in IIS 6 hosting environment.
- by David Christiansen
Hi all and thanks for reading,
I have a delay issue where my application takes a long time to start up when first called after an determinate period since the last call. The web application is a WCF service and we are talking about a delay of ~18seconds before the actual processing starts. Now, I believe I know how to reduce this delay so that is…