I know the same question has been asked here : How to remove the stacktrace from the standard ServiceStack error respose
but it does not matter whatever I tried , I could not remove the StackTrace from ResponseStatus even on remote requests.
SetConfig(new EndpointHostConfig { DebugMode = false, });
is not working or I could not make it work.Any advice could be very helpful.
thnx
This does in-fact work as expected. This is the LOC that makes it so: