tags:

views:

18

answers:

0

Hello,

We have a webservice where some operations are processing. When we stopped IIS, and than run it (we stop Publishing World Wide Web), we have such a problem.

The first request to the method which contains

MQPurchaseOrderWS data = (MQPurchaseOrderWS)m.Body

runs long. Sometimes our client has a timeout exception. This situation occurs only on the first request to the method which contains code above. Other requests works good.

What's wrong?