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.
我们在 VS2008 中在 64 位机器上开发了一个应用程序。我们需要托管到 32 位服务器中。它是否会在该服务器中工作?以前我们遇到一个问题,32位开发不能在64位服务器上运行,它不支持一些程序集,所以我们在64位机器上构建并托管在服务器上。这背后有什么原因吗?
在您的应用程序池设置中,您需要启用 32 位应用程序,然后您的应用程序才能运行
这篇博客文章更详细地解释了如何做到这一点