64位的win2003上執行Framework1.1
1)Framework1.1是32位的程式,Framework2.0以上才支援了64位。
2)但是可以通過WOW64方式執行32位的Framework1.1。
3) 首先要保證64位的win2003安裝了SP1。
4)使用命令cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true”配置IIS。
5)當然要發揮64位效能的話,可以把你的web應用程式升級到Framework2.0以上。
Running 32-bit Applications on 64-bit Windows (IIS 6.0)
Windows Server 2003™, Service Pack 1 enables IIS 6.0 to run 32-bit Web applications on 64-bit Windows using the Windows-32-on-Windows-64 (WOW64) compatibility layer. IIS 6.0 using WOW64 is intended to run 32-bit personal productivity applications needed by software developers and administrators, including 32-bit Internet Information Services (IIS) Web applications.
On 64-bit Windows, 32-bit processes cannot load 64-bit DLLs, and 64-bit processes cannot load 32-bit DLLs. If you plan to run 32-bit applications on 64-bit Windows, you must configure IIS to create 32-bit worker processes. Once you have configured IIS to create 32-bit worker processes, you can run the following types of IIS applications on 64-bit Windows:
• |
Internet Server API (ISAPI) extensions |
• |
ISAPI filters |
• |
Active Server Page (ASP) applications (specifically, scripts calling COM objects where the COM object can be 32-bit or 64-bit) |
• |
ASP.NET applications |
IIS can, by default, launch Common Gateway Interface (CGI) applications on 64-bit Windows, because CGI applications run in a separate process.
To enable IIS 6.0 to run 32-bit applications on 64-bit Windows
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. |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12639172/viewspace-450321/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 還是asp在win2003下IIS6上執行的問題
- Win2003新增新使用者執行指令碼注意指令碼
- 電腦上執行的使用大全
- 淺談執行緒池(上):執行緒池的作用及CLR執行緒池執行緒
- 程式執行緒篇——執行緒切換(上)執行緒
- 在NuoDB上執行AsteriskAST
- 在window上執行bash
- wine-在mac上執行exe執行檔案Mac
- 在單機上執行julia並行加速的例子並行
- 【騏程】多執行緒(上)執行緒
- DOCKER上執行DOTNET COREDocker
- Mac 10.8.5 上執行cgiMac
- QPython在手機上執行Python的神器Python
- 在生產中執行kubernetes上的Istio
- 在多節點的叢集上執行Cassandra
- 執行在imac上的 Linux發行版(轉)MacLinux
- idea上執行scala報錯Idea
- Java 基礎(十三)執行緒——上Java執行緒
- 在 Azure 上使用 Docker 執行 MonoDockerMono
- 如何在 Android 上執行 ClojureScriptAndroid
- 轉:在Linux上執行WinFormLinuxORM
- win2003不同主機上搭建物理data guard
- 使用 ARChon 執行時環境在 Ubuntu 上執行 Android 應用UbuntuAndroid
- RxJava 是如何實現執行緒切換的(上)RxJava執行緒
- 初學者 光碟上的原始碼能直接執行嗎原始碼
- 檢查特定埠上正在執行的程式名(轉)
- JMeter:Linux上安裝&執行JMeterJMeterLinux
- 在手機上如何執行Python程式Python
- Hazelcast JET在Spring Boot上執行ASTSpring Boot
- win系統如何在mac上執行Mac
- IDEA上執行Flink任務Idea
- 多執行緒爬蟲實現(上)執行緒爬蟲
- 如何在 Windows 上執行 Linux 容器WindowsLinux
- Phoenix:在HBase上執行SQL查詢SQL
- 恭祝圖靈社群上線試執行!圖靈
- 在Heroku上執行Go+Revel程式Go
- 在APACHE上執行ASP.NET程式ApacheASP.NET
- Ubuntu上使用QT creator執行cuda程式UbuntuQT