To set a 64-bit mode IIS installation to 32-bit mode

2018-04-12 17:35:31 浏览数 (1)

To set a 64-bit mode IIS installation to 32-bit mode

  1. Open a command prompt and run the adsutil command. To do this, click Start, clickRun, and then type cmd.
  2. Type the following at the command prompt: cscript c:inetpubadminscriptsadsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1.
  3. Close the command prompt.
iis

0 人点赞