We have an MVC application that depends on a number of third-party products (e.g. Crystal, Topaz). The Topaz signature device has only 32-bit .dlls. Therefore, I assume that I need to create and deploy an application on IIS 7 in a 32-bit application pool.
If this assumption is correct, then I need to create an MVC application with the VS2008 compiler set to "x86" (now I use "Any processor"?
Also, should all referenced assemblies also be 32-bit? If so, how do I get 32-bit MVC files to x64 Server 2008?
Finally, how do I make x86 inetpub / directories friendly, or does it magically happen as a result of something else?
source
share