mvcdonutcaching
mvcdonutcaching copied to clipboard
Sometimes application cache throws System.Web.HttpException
And application just return white blank page. Here is full text of exception:
System.Web.HttpException (0x80004005): Filtering is not allowed.\r\n at System.Web.HttpResponse.set_Filter(Stream value)\r\n at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.ArteryFilter.InstallOnResponse(HttpResponse response)\r\n at Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule.OnPostRequestHandlerExecute(Object sender, EventArgs e)\r\n at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\r\n at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
and here is TargetSite form exception
{Void set_Filter(System.IO.Stream)}
Attributes: Public | HideBySig | SpecialName
CallingConvention: Standard | HasThis
ContainsGenericParameters: false
CustomAttributes: Count = 0
DeclaringType: {Name = "HttpResponse" FullName = "System.Web.HttpResponse"}
IsAbstract: false
IsAssembly: false
IsConstructor: false
IsFamily: false
IsFamilyAndAssembly: false
IsFamilyOrAssembly: false
IsFinal: false
IsGenericMethod: false
IsGenericMethodDefinition: false
IsHideBySig: true
IsPrivate: false
IsPublic: true
IsSecurityCritical: true
IsSecuritySafeCritical: true
IsSecurityTransparent: false
IsSpecialName: true
IsStatic: false
IsVirtual: false
MemberType: Method
MetadataToken: 100666196
MethodHandle: {System.RuntimeMethodHandle}
MethodImplementationFlags: IL
Module: {System.Web.dll}
Name: "set_Filter"
ReflectedType: {Name = "HttpResponse" FullName = "System.Web.HttpResponse"}
ReturnParameter: {Void }
ReturnType: {Name = "Void" FullName = "System.Void"}
ReturnTypeCustomAttributes: {Void }
Some filter seems to activate itself, try deactivating BrowserLink.
We have the same problem! We regularly have white pages after using DonutCacheAttribute :/