0

How can I run an Application Pool in 64bit mode on Windows Server 2008 R2 x64 with IIS7 Installed ?

Zim3r
  • 580
  • 2
  • 14
  • 36

1 Answers1

1

You do not tell it to run in 64 bit mode, you only tell it if you want to run it in 32 bit mode. By default it should run in 64 bit.

Martin
  • 2,180
  • 4
  • 21
  • 41
  • by default mine is set to 64. IIS is running in 64mode. But Application is running in 32bit, please do you have any idea why this? – Young Emil Jun 01 '20 at 04:51