How can I take full advantage of 64-bit architecture in my .NET 2.0 Web Applications and Console/Forms Applications?
The best gain of 64 bit platform is an amount of memory yours application can address. This means what you web application can support a larger amount of active sessions or/and longer sessions. Also you can store more data in the application cache. So keeping this in mind you can re architect you app.