views:

121

answers:

1

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

A: 

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.

Eran Betzalel