How to access built in UI for Mini Profiler and without Cassette throwing InvalidDataException regarding GZip header? -


I'm trying to access the built-in UI for the mini profiler, but it does either do anything or the cassette An Exception in Throwing

With cassette URL enabled rewriting, I "/ / mini profiler-resources / result index" to face this error while browsing.

  [InvalidDataException: The magic number in the GZip header is not correct. Make sure you are going to a jizep stream.] System. Io Compression. Gzipdicoder Reed Header (inputbuffer input) +8662842 system.io. Compression. Inflight. Decode () +560 System.io. Compression. Inflight. Inflet (byte [] bytes, int32 offset, int32 length) 118 System.IO.Compression.DeflateStream.Read (byte [] array, int32 offset, int32 count) 85 System.IO.Compression.GZipStream.Read (byte [ ] Array, Inter 32 Offset, Int 32 Gin) +33 System.io.stream.InteriorCopytoo (Stream Destination, Introducer Buffer Size) +62 cassette.supnet.plasider Replacing ResponseFilter.Site Compressed Optup (Funk`3 Make CompressionStream) +136 Cassette Espanet Placeholder Replacing Ries Ponsfilter.close () +24 System.Web.HttpWriter.FilterIntegrated (Boolean Final Filtering, IIS7WorkerRequest wr) +125 9 7767 System. Web. HttpResponse.FilterOutput () +121 system Web.CallFilterExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute () +119 System.Web HttpApplication.ExecuteStep (IExecutionStep step, Boolean & full time synchronous) +165  

I have no Other compression services are not running (which could be a problem if it was the place and the URL resume was enabled) If I disable disabling the URL in the cassette, then there is no error and I see it in the emitted HTML, but nothing appears:

   

I am using SqlServerStorage and therefore I can see the time the database is exhausted and I can see the popup time UI on any page. Here is my initial application: Application_Start ():

  MiniProfiler.Settings.Storage = New SqlServerStorage (Configuration Manager Connection Connection [shared.Constants.ConnectionStrings.MiniProfiler]. ConnectionString); MiniProfilerEF.Initialize (); MiniProfiler.Settings.PopupStartHidden = true; MiniProfiler.Settings.Results_Authorize = httpRequest = & gt; truth; MiniProfiler.Settings.Results_List_Authorize = httpRequest = & gt; truth;  

I tried to add it to web.config at the right place:

    

I am using the following package versions:

MiniProfiler.3.0.10-beta6 MiniProfiler.EF5.3.0.10-beta1 MiniProfiler.Mvc4.3.0. 10-beta1

The forum is Net, C #, MVC4, ASP.NET, IIS7, etc.

Any ideas on what may be wrong with my setup or what is going on with the cassette? This can be obvious because I'm new to the MiniPropeller.

Thanks for any insights!

This is a bit late but I believe this problem is the HTML of the cassette, Is by writing & lt; Adding HTML = "incorrect" /> to Web.config is solving the problem for me

/ Html>

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -