본문 바로가기

툴-팁

[번역] 64비트 윈도우에서 32-비트 ASP.NET을 실행하도록 IIS 설정하기.

반응형
http://msdn.microsoft.com/en-us/library/cc737351%28v=ws.10%29.aspx

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

64비트 윈도우에서 32-비트 ASP.NET을 실행하도록 IIS 설정하기.

  Updated: August 22, 2005
  업데이트: 2005년 8월 22일
  번역: 2011년 1월 6일

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1
적용대상: 윈도우 서버 2003, 윈도우 서버 2003 R2, 윈도우 서버 2003 SP1

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.

64비트 윈도우에서 32비트 ASP.NET 응용프로그램을 돌릴 때, IIS가 32비트 워커프로세스를 생성할 수 있도록 IIS를 설정해야 한다. 32비트 응용프로그램을 64비트 윈도우에서 실행하는 것에 대한 자세한 정보는 64비트 윈도우에서 32비트 응용 프로그램 실행하기를 참조하라.

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

IIS는 같은 서버에서 64비트 응용프로그램과 32비트 응용프로그램을 동시에 실행할 수 없다.
IIS 6.0 이 64비트 윈도우에서 32비트 ASP.NET 응용프로그램을 실행하도록 하기 위해서는

   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.

   1. 명령창을 열고, %systemdrive%\Inetpub\AdminScripts 로 이동한다.
   2. 다음 명령을 입력한다.:

      cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true

   3. ENTER 를 입력한다.
   4. 마이크로소프트 .NET 프레임워크 1.1 재배포 패키지를 설치한다.
728x90