Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在重组一个用 ASP .NET 编写的网站。我正在使用 2010 的 Vista 机器。预期的部署服务器是运行 IIS 的 64 位机器。
现在,我知道完全相同的代码可以在两台机器上运行,但我可能必须为部署服务器编译不同的代码。谁能指导我有关此和更改这些设置的正确设置?
谢谢!
只需在项目属性中将“任何 CPU”设置为平台即可。您可以通过
构建-> 配置管理器...
而且您的网站可以在 x32 和 x64 上运行