We have explained a lot of IIS server knowledge in previous articles. There are many things worth learning about the IIS server. Here we mainly introduce how to improve the efficiency of the IIS server, including the introduction of not enabling records and setting non-independent processing programs. Let's take a look!
IIS server does not enable record
If the record is not enabled, it can be improved by 5 ~ 8% execution efficiency.
How can I Disable Logging? The procedure is as follows:
In [Internet service administrator], select the entire IIS server computer or Web platform. On the [main directory] Page of [content], the [enable Record] option is not checked.
Set a non-independent Handler
Using a [independent] processing program will result in a 20% reduction in execution efficiency, here, "independence" refers to setting the application protection option on the [main directory] and [virtual directory] pages to [highly independent. Therefore, when [Application protection] is set to [low (IIS server processing program)], the execution efficiency is high.
How to Set a non-"independent" processing program? The procedure is as follows:
In [Internet service administrator], select the starting directory of the entire IIS computer, Web platform, or application. On the [main directory] and [virtual directory] pages of [content], set the application protection option to [low (IIS handler)].
This section describes how to disable the recording and setting of non-independent handlers on the IIS server.