Rank: Administration Groups: Administration
Joined: 9/11/2006 Posts: 605 Points: 649 Location: Enghien Les Bains, France
|
In order to install myLittleBackup on a x64 server, you need to configure IIS for 32-bit emulation mode:
1. Click Start, click Run, type cmd in the Open box, and then click OK. 2. Change to the following directory: \\%homedrive%:\Inetpub\Adminscripts 3. In the Adminscripts folder, type the following command, and then press ENTER: adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1 4. Type iisreset, and then press ENTER. 5. Navigate to the correct 32bit framework directory (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 for v2 on x64) and run 'aspnet_regiis.exe -i'. 6. go into IIS -> Web Service Extensions and "Allow" 'ASP.NET v2.0.50727 (32-bit)'
If you're running IIS 7, then it is quite easier:
1. Right click on the Application Pool and select "Advanced Settings…" 2. Change the “Enable 32-bit Applications” to True 3. Click OK
|