| 1. |
Is Asp.net 64-bit Enabled? How? |
|
Answer» ASP.NET 2.0 is now 64-bit enabled, meaning it can TAKE advantage of the full memory ADDRESS space of new 64-bit processors and servers. Developers can simply copy existing 32-bit ASP.NET applications onto a 64-bit ASP.NET 2.0 server and have them automatically be JIT COMPILED and executed as native 64-bit applications (no SOURCE code changes or MANUAL re-compile are required). ASP.NET 2.0 is now 64-bit enabled, meaning it can take advantage of the full memory address space of new 64-bit processors and servers. Developers can simply copy existing 32-bit ASP.NET applications onto a 64-bit ASP.NET 2.0 server and have them automatically be JIT compiled and executed as native 64-bit applications (no source code changes or manual re-compile are required). |
|