How do I prevent IIS from compiling website?

前端 未结 5 1096
北荒
北荒 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:34

    Have you tried using aspnet_compiler in the framework folder (e.g. %SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727)?

    You can control ASP.NET recycling via the settings on the Application Pool. If it is recycling more often than the settings then something else is causing that (e.g. changes to the web.config etc.)

提交回复
热议问题