Hi Max,
For 64 bit programming of ASP.NET web app, here is a reference article from
MSDN:
#64-Bit Performance Benchmark
http://msdn.microsoft.com/en-us/vs2005/aa700838.aspx
generally, for 64 bit programming, I haven't seen much reference specific
to web application, and the most benefit is for large server memory
scenarios since 64 bit's great advantage is the large memory address
awareness. Here are some more resource about general 64 bit programming:
#64-Bit Programming
http://msdn.microsoft.com/en-us/visualc/aa336463.aspx
#MSDN Architecture Webcast: 64-Bit Programming With Visual Studio 2005
(Level 200)
http://whitepapers.techrepublic.com.com/abstract.aspx?docid=291373
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------