如何用Visual Studio编译64bit asp.net网站? [英] How to compile 64bit asp.net web site with visual studio?

查看:88
本文介绍了如何用Visual Studio编译64bit asp.net网站?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使Visual Studio为Asp.Net网站使用64位编译器(csc.exe / vbc.exe)?

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

推荐答案

显然不能。 VS 2008将进行x86编译,而IIS将进行x64 / x86编译(取决于窗口的平台)。即使使用web.config上的编译参数,也无法更改它-会发生错误。

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.

这篇关于如何用Visual Studio编译64bit asp.net网站?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆