You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: