My web application crashes almost once a week due to not enought memory error. Although server has 8gb of memory and it's server 2003 x64. And almost 5gb is always free.
I compile my application with Any CPU option in studio 2008.
My laptop that i use to build this has 32 bit vista.
Is my web application running under x86 or x64?
if not running under 64bit then Will i get more memory for my web application if i compile differently? Is there any advantage with going 64 bit in .net or .net itself is limited to use specific amount of memory?