I am experimenting with DotVVM framework and sometimes Visual Studio throws a DotvvmInterruptRequestExecutionException.
I know that this exception is used to interrupt execution of the current request to be able to redirect. However, I would like to stop this exception being thrown.
I know that it is possible, I just can't find out how to do it.