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.
如果 Web 应用程序的页面编译为 PE 32/x86,我需要知道部署在 64 位服务器中的 Web 应用程序是作为 WOW64 进程运行还是作为 64 位进程运行?
我的意思是我已经阅读了很多关于在 64 位服务器上运行为 WOW64 的 PE 32/x86 的普通控制台应用程序或可执行文件。但是 Web 应用程序呢(我只能编译 dll 的页面)?我能想到的唯一进程是用于 Web 应用程序的 w3wp.exe。请解释。我很困惑。
提前致谢
藤蔓
您是否可以简单地生成一个测试应用程序,将其部署在您的服务器上,然后使用Process Explorer检查详细信息?