您的位置:首页 > 移动开发

Configuring IIS to Run 32-bit ASP.NET Applications on 64-bit Windows (IIS 6.0)

2009-07-14 09:49 507 查看

Configuring IIS to Run 32-bit ASP.NET Applications on 64-bit Windows (IIS 6.0)



Related Links
Configuring IIS to Run 32-bit Applications on 64-bit Windows


If you intend to run 32-bit ASP.NET applications on 64-bit Windows, you must configure IIS to create 32-bit worker processes. For more information about running 32-bit applications on 64-bit Windows, see Running 32-bit Applications on 64-bit Windows.

IIS cannot run 32-bit and 64-bit applications concurrently on the same server.

To enable IIS 6.0 to run 32-bit ASP.NET 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.

4.

Download and install the Microsoft .NET Framework Version 1.1 Redistributable Package.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐