How do I prevent IIS from compiling website?

前端 未结 5 1032
北荒
北荒 2021-02-08 10:46

I have an ASP .NET web application which on the backend is talking to an ASMX web service. We have counted and the average wait time for the initial request is 20s. I am wonderi

5条回答
  •  误落风尘
    2021-02-08 11:36

    At a previous position we had similar issues with WCF services when initially spooling up we bypassed this by creating a simple program that would invoke all our web services after a deployment.

    You could also use this same type of program as a keep alive service and just ping the services every 5-10 minutes etc.

提交回复
热议问题