2

I´m trying to enable 64bit compatiblity on IIS 6 for 64bit ASP.NET applications. I found instructions in several places but doesn´t works.

Perhaps you can help me, thanks!

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
  • 3
    What version of ASP.NET? What instructions have you tried (any links) –  Feb 04 '11 at 16:42
  • 2
    This question would be better suited for the webmaster site. Voted to move it there. –  Feb 04 '11 at 16:43
  • 1
    Is your machine / os 64bit capable ? – Dani Feb 04 '11 at 16:44
  • "Doesn't work" covers a lot of potential issues. Did it give you an error message? Did it crash? Did aliens from the planet zwrghh invade and steal 32 of your server's bits so that it can no longer process 64 bit code? More detail helps us to help you! – Rob Moir Mar 09 '12 at 16:54

1 Answers1

2

If you want to know How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit version of ASP.NET 2.0 on a 64-bit version of Window, aka how to enable a 64-bit application pool in IIS 6.0, the document you want is here: http://support.microsoft.com/kb/894435

Also note:

IIS 6.0 supports both the 32-bit mode and the 64-bit mode. However IIS 6.0 does not support running both modes at the same time on a 64-bit version of Windows.

unhappyCrackers1
  • 977
  • 1
  • 6
  • 18