Rank: Advanced Member Groups: Administration
, Member
Joined: 3/10/2008 Posts: 554 Points: 1,565
|
I am using 32-bit Visual Studio for Web application development. However, my target server is 64-bit Windows Server. How should I properly deploy my application on this server with 64-bit Graphics Mill?You can do it using the following method: - Compile your project on your x86 development machine;
- Move it to the server;
- Replace x86 DLLs in bin folder of your web application with x64 DLLs;
- Make sure that Microsoft Visual C++ 2005 SP1 Redistributable Package (x64) and Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update are installed on your server.
See also:
Aurigma Support Team Follow Aurigma on Twitter!
|