4

I have just installed Glimpse in my application via NUGET. I am getting this exception: enter image description here

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.

arame3333
  • 9,887
  • 26
  • 122
  • 205
  • What version of Glimpse do you have installed? Are all the packages running the newest version? – nikmd23 Mar 29 '16 at 20:40
  • I installed the latest version, Glimpse MVC 1.5.3. The Package.Config is updated (if that is what you are asking) – arame3333 Mar 30 '16 at 08:06

0 Answers0