XSP2 Web 服务器是否始终使用 Mono?
我不确定 XSP2 在我的 Windows 机器中使用的是 mono 还是 .NET。 我怎样才能确定?
I am not sure if XSP2 is using mono or .NET in my Windows box.
How can I be sure?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您在 Windows 任务管理器中看到 xsp2.exe,则它可能在 .NET 上运行。对于单声道托管应用程序,进程应该是 mono.exe
If you see xsp2.exe in Windows Task Manager, probably it runs on .NET. For mono hosted applications, the process should be mono.exe
如果您通过“xsp2.bat”或“mono xsp2.exe”或Mono安装程序添加的右键菜单启动它,则它正在使用Mono。如果您通过“xsp2.exe”启动它或双击它,则它正在使用.Net。
If you are launching it via "xsp2.bat" or "mono xsp2.exe" or the right click menu the Mono installer added, it is using Mono. If you are launching it via "xsp2.exe" or double clicking it, it is using .Net.
有几个实用程序可以查看进程正在运行的 DLL。也许systernals 中的这个会有所帮助。
There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.