Wei Keong 的个人资料Doubliewkay日志列表 工具 帮助
3月27日

Configuring IIS to run 32-bit Web applications on 64-bit Windows

Before you configure IIS to run 32-bit applications on 64-bit Windows, note the following:
  • IIS only supports 32bit worker processes in Worker Process Isolation mode on 64-bit Windows.
  • On 64-bit Windows, the World Wide Web Publishing service can run 32-bit and 64-bit worker processes. Other IIS services like the IIS Admin service, the SMTP service, the NNTP service, and the FTP service run 64-bit processes only.
  • On 64-bit Windows, the World Wide Web Publishing service does not support running 32-bit and 64-bit worker processes concurrently on the same server.
To enable IIS 6.0 to run 32-bit Web applications on 64-bit Windows
1. Open a command prompt and navigate to the
    %windir%\Inetpub\AdminScripts directory.
2. Type the following:
    cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true”
3. Press ENTER.
3月17日

MOSS 2007 Error Message: Some or all identity references could not be translated.

If you're getting the below error message after changing MOSS 2007 from a WORKGROUP to join a Domain.
"Some or all identity references could not be translated." 
 
You will need to use the STSADM utility. This utility resides under C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin.
Use the following command and execute it in a command prompt.
"stsadm.exe -o updatefarmcredentials -userlogin <domain\user> -password <password>"
3月9日

Uninstalling Olympus Studio v1.x from Windows Vista

This is what happens when you tweaked and installed an incompatible software in Windows Vista.
You cannot uninstall the software through the usual uninstallation process!!!
 
When you use the Control Panel -> Program and Features to uninstall the Olympus Studio v1.x, You will receive the error stating that it cannot be installed in this version of Windows.
 
And again, no worries, there's a workaround to uninstall it from Windows Vista.
 
Steps:
Using Windows Explorer, navigate to folder below:
C:\Program Files\InstallShield Installation Information\{776EA8AC-D8D6-4528-92A2-0235F2B511F1}\
 
Right click on the setup.exe file and change the Compatibility mode to Windows XP (Service Pack 2).
Then right click on the file again, and create a shortcut in the desktop.
Now, navigate back to the desktop and right click on the newly created shortcut.
Select the Properties option.
In the Properties page, add the following at the end of the Target (after the last double quote):
/uninst
Click on the OK button to apply all the changes.
Finally, double click on the shortcut to uninstall the Olympus Studio v1.x from Windows Vista.

Installing Olympus Studio v1.x in Windows Vista

Olympus Studio v1.x is incompatible with Windows Vista.
You will get an error stating that it cannot be installed on this version of Windows.
 
No worries, there's an workaround to install it in your Windows Vista!!!
 
Steps:
Right click on the executable file (installer) and select Properties.
In the Properties window, click on the Compatibility tab.
Click to enable the Compatibility mode to Windows XP (Service Pack 2).
As for the Privilege Level, enable it to run as an administrator.
Next, click the OK button to apply all the changes.
Finally, double click on the executable file to install the Olympus Studio v1.x on your Windows Vista.