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

孤人 提交于 2019-12-11 08:35:42

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/2641844/how-to-compile-64bit-asp-net-web-site-with-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!