Does the XSP2 web server always uses Mono?

478 Views Asked by At

I am not sure if XSP2 is using mono or .NET in my Windows box. How can I be sure?

3

There are 3 best solutions below

0
On BEST ANSWER

If you see xsp2.exe in Windows Task Manager, probably it runs on .NET. For mono hosted applications, the process should be mono.exe

0
On

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.

0
On

There are several utilites to see the DLLs that a process is ruuning. Perhaps this one from systernals will help.