To enable the Web server to run as needed, it is necessary to enter the IIS Management window to set the target Web server properly. When you set the operating parameters of the Web server, we sometimes encounter slow responses in the IIS Management window, as the IIS Management window is delayed when you click the "IIS" command option in the system "start" menu.
The possible cause of this failure is that the "Protected Storage" service in the server system is accidentally shut down and runs, the running status of this service affects the response speed of the IIS Management window to a certain extent.
Therefore, when we accidentally encounter a slow opening speed fault in the IIS Management window, we may try to follow the steps below to check whether the system's "Protected Storage" service is running properly:
Log on to the server system as a super administrator, click the start button on the system desktop, and select the run command from the pop-up menu to enter the run text box of the server system, enter "Services. msc "string command, and then click the Enter key, the server system service list window appears in front of us;
To increase the response speed of the IIS Management window, find the "Protected Storage" system service in the Service List window, and double-click the service option with the left mouse button to open the service attribute interface, on the "General" tab page of this interface, we can intuitively see whether the running status of the "Protected Storage" system service is normal at the current time.
If you find that the "Protected Storage" service has been disabled and running, you must promptly click the "Start" button on the corresponding tab page to start the service successfully; to prevent the service from stopping unexpectedly next time, we also need to set the "Startup Type" parameter of the Service to "automatic ", click OK to complete the attribute setting operation for the service.
Of course, one thing to remind everyone is that if we find that the "Protected Storage" service cannot be started successfully, we also need to check whether the "Remote Procedure Call" service in the system is running normally, because the "Protected Storage" service is dependent on this service, we can successfully start the "Protected Storage" service only when the "Remote Procedure Call" service is normal.
In this way, the speed of the IIS Management window should be much faster.