moonpyk / mvcdonutcaching

ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
https://github.com/moonpyk/mvcdonutcaching
MIT License
142 stars 50 forks source link

Filtering is not allowed. While implementing Donut Caching. #60

Open AnkitDotNet opened 7 years ago

AnkitDotNet commented 7 years ago

Hi, I am facing this problem while implementing Donut caching. Filtering is not allowed. (System.Web.HttpResponse.set_Filter) Stack Trace:

at System.Web.HttpResponse.set_Filter(Stream value) at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule.OnPostRequestHandlerExecute(Object sender, EventArgs e) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)..

If I use Debug= false then I don't get any issue but get a blank page. Any help highly appreciated.