Posted on: 4/5/2014 11:12:20 AM | Views : 464

Hi.
I got an error when I used Substitution server control.
"Post cache substitution is not compatible with modules in the IIS integrated pipeline that modify the response buffers. Either a native module in the pipeline has modified an HTTP_DATA_CHUNK structure associated with a managed post cache substitution callback, or a managed filter has modified the response."
I refer example of Substitution control from http://msdn.microsoft.com/ko-kr/library/system.web.ui.webcontrols.substitution(v=vs.110).aspx
I'm using Visual Studio Express 2013 for Web.
But Substitution control is working in Visual Studio Express 2012 for Web.
I found some articles related with this issue http://support.microsoft.com/kb/2014472
but I have no idea how to fix ...

Go to the complete details ...