I have a webservice.asmx file with a webservice.asmx.cs
If I make changes to the file… How do I reset Mono, so that it will pick up these changes?
I have tried an apache restart – but this only restarts apache, not the mono engine.
It seems mono scans and caches everything on start…
Thanks
“sudo killall mono” to brute-force restart all mono processes.