在64位Windows的IIS上開啟32位程式支援

2021-06-04 00:13:12 字數 872 閱讀 4001

經常碰到32位的dll什麼的不能在64位windows的iis上呼叫,在網上找到這篇文章也許能夠解決很多問題。總的思路就是先允許iis支援32位程式,然後再用.net framework註冊iis。

this article

1. enable iis's 32-bit support

open a command prompt and type in the following command:

this command enables the 32-bit mode in iis.

2. install the iis 32-bit extensions

open a command prompt and type the following command:

%systemroot%\microsoft.net\framework\v2.0.50727\aspnet_regiis.exe -i

this command installs the 32-bit web extensions for .net framework 2.0.

3. activate .net framework 2.0 32-bit in iis

in the iis-manager, select the 'asp.net v2.0.50727 (32bit)' in the 'web service extensions' panel and check 'allow' to activate it.

4. restart the iis by opening a command prompt:

iisrestart

mysql在64位windows下安裝遇到的問題

在 mysql安裝和vs2010配置 文章裡,記錄了怎麼安裝mysql。然後下一步就研究用c 怎麼連線mysql資料庫,網上說有兩種方法 一是 mysql api,就是 mysql安裝和vs2010配置 文章裡記錄的配置部分 二是 ado連線,需要安裝mysql odbc驅動程式,這個在安裝包裡的預...

IIS32位和64位切換

iis32位和64位切換 2011年12月22日 x64上是不支援oledb連線access資料庫的,為了解決該問題,必須把iis切換到x86才能順利讀寫access 解決辦法,原文 在 64 位版本的 windows 上,如何在 32 位版本的 asp.net 1.1 和 64 位版本的 asp....

IIS32位和64位切換

iis32位和64位切換 2011年12月22日 x64上是不支援oledb連線access資料庫的,為了解決該問題,必須把iis切換到x86才能順利讀寫access 解決辦法,原文 在 64 位版本的 windows 上,如何在 32 位版本的 asp.net 1.1 和 64 位版本的 asp....