問題現象:.如何支持64位機器,提示數據源連接失敗,remote信道異常?
在Windows X64 Edition下,IIS可以運行在64位模式下,也可以運行在WOW64模式下。因為你們的系統還是32位的,才用.NET framework 1.1,因此需要配置IIS使其運行在WOW64模式下。
1.Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory.
2.Type the following command:
cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true”
3.Press ENTER.
4.Restart IIS