Whats the best resource to look at for when migrating dotnet applications from 32bit to 64bit.
SIMILAR QUESTION
Whats the best resource to look at for when migrating dotnet applications from 32bit to 64bit.
SIMILAR QUESTION
That's it, really. As long as you heed the FxCop warnings and also recompile your code (to avoid the 32-bit WOW layer), you should be fine.
This link help you about running 64 bit app:
http://stackoverflow.com/questions/8896/memcached-on-windows-x64/499610#499610