I am working in an asp.net aplication which being developed on win 32 bit OS and the plan of deployment is win 64 bit environment. Do i need to take any prerequisite/precaution/steps in development or in deployment. Please help.
Thanks/Yogesh
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you don’t have to do anything special, build for AnyCPU platform and it should work fine in both x86 and x64 machines, as long as you are not referencing external assemblies or libraries which run only on a specific architecture.