Does the XSP2 web server always uses Mono?
I am not sure if XSP2 is using mono or .NET in my Window开发者_如何转开发s box. How can I be sure?
If you see xsp2.exe in Windows Task Manager, probably it runs on .NET. For mono hosted applications, the process should be mono.exe
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.
There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.
精彩评论