I have just installed Glimpse in my application via NUGET.
I am getting this exception:
I do not know why this is happening, I am none the wiser looking in the Github reference and I do not know where in the web.config file to set DisableAsyncSupport = true. Is it really a good idea to disable this anyway?
EDIT
I found that I can set the following in AppSettings in the web.config file;
<add key="Glimpse:DisableAsyncSupport" value="true" />
This stops the exception and it also stops Glimpse from working.