asp.netvisual-studio-200864-bit

How to compile 64bit asp.net web site with visual studio?


How can I make Visual Studio to use the 64bit compiler (csc.exe/vbc.exe) for an Asp.Net web site?


Solution

  • Apparently you can't. x86 compilation will occur with VS 2008 and x64/x86 compilation will occur with your IIS (depending on your window's platform). You can't change it even by using the compilation parameters at the web.config - an error will occur.