亚洲国产精品成人久久久久,国产精品宾馆精品酒店,,国产亚洲精品自在久久不卡,亚洲国产无码综合一区二区,中文无码妇乱子二区三区

What should I do if the HTTP 500 internal server error occurs?

IIS installation is complete, what should I do if I run "HTTP 500 - Internal Server Error"? It only takes three steps to solve the problem.

4832577_1[1].jpg

1. Run: regsvr32 %windir%/system32/vbscript.dll (In fact, this step can also be saved, make sure, just execute it)

4832577_2[1].jpg

2. Run: msdtc -resetlog


3. Reinstall IIS

4832577_3[1].jpg

Note:


1. Microsoft only provides an administrative script adsutil.vbs with IIS5. This script is located in the C:\inetpub\adminscripts subdirectory. First register vbscript.dll.


2. msdtc.exe is the Microsoft Distributed Transport Coordinator. The process calls the system Microsoft Personal Web Server and Microsoft SQL Server, which is used to manage multiple servers and must ensure that the service starts normally.

4832577_4[1].jpg

(1) Control Panel -> Administrative Tools -> Component Services.


(2) Find "Component Services" -> "Computer" -> "My Computer" -> "COM Application" -> "IIS Out-Of-Process Pooled Applications".


3. If you can't find "IIS Out-Of-Process Pooled Applications", or you can't open "COM Application" after clicking, after executing "msdtc -resetlog", reinstall IIS.