To make sure that IIS enables 64-bit programs to run, follow these steps on any server that is currently running 32-bit applications and will have an MDM Device Management Server, MDM Enrollment Server, and MDM Gateway Server role. 32-bit applications will no longer function after the script is run. World Wide Web Publishing service does not support running 32-bit and 64-bit worker processes concurrently on the same server.
Note:It is not necessary to run this script on a newly installed 64-bit operating system on which no 32-bit applications are running.
To configure and verify IIS x64-bit configuration
1. On the Start menu, choose Run.
2. At the command prompt, type cmd, and then press ENTER.
3. Type the following command to disable 32-bit mode, and then press ENTER:
Copy Code & past it in CMD:
Cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0
The output expected is <boolean> False.
4. In Internet Information Services Manager, make sure that the status of ASP.NET version 2.x is displayed as Allowed in the Web service extension list.
No comments:
Post a Comment