Hi, Kevin.
From :
http://msdn.microsoft.com/theshow/transcripts/Episode051Transcript.aspx
"There is a flag in the executable, in the binary file itself, in the header file itself,
that tells the operating system in the 32-bit world that you can take advantage
up to 3 gigabytes of memory.
If you've heard about this large address aware flag that is around that is available
in Visual Studio, in the tools, it is just a flag telling the operating system, my
application
understands 32-bit up to 3 gigabytes of memory and knows how to handle that.
In 64-bit what you get immediately is an additional gigabyte.
In 64-bit Windows, each 32-bit process that has this flag set
in his executable header has up to 4 gigabytes of memory available."
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================