Are the DASP servers x86 or x64?

Discussion in 'ASP.NET / ASP.NET Core' started by Jacob Rillema, Dec 12, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Just curious on the server cpu arch of the DASP servers. My development boxes in house are x64 just was wondering if we could build our web apps in that same cpu mode or do we have to step it down to x86? Compiling for any cpu does add extra overhead to the assemblies.

    Thanks in advance,
    Jake
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    I'm not sure which platform your account is hosted on but if you're on Windows Server 2003/IIS 6, it's a strictly 32-bit.

    If you're hosted on a Windows Server 2008/IIS 7 server, it's running the 64-bit version of the operating system but each private application pool is running 32-bit mode for compatibility's sake.

    Safest bet is to develop against 32-bit operating system and application pool since I'm not sure if or when we will be allowing the use of 64-bit mode.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page