I have recently migrated a web server form Server 2008 R2 to Server 2012 R2
The dotdefender application firewall works fine except for one issue.
On large PDF ~15MB or more it take anywhere from 1 - 5 minutes to load depending on the size.
PDF's smaller than ~14MB take no time at all.
Using procmon I was able to see the webservice build the file 10KB per second until the webservice had completed cached the file. (Im not sure what is really going on here) but i could see the file build until it have the total number of bits from the file.
After I enable tracing in IIS 8 i was able to see that dotdefender was being hit about once every second with 3 ISAPI filters.
dotDefenderCookieFilter --> C:\Program Files\Applicure\dotDefender for IIS\lib\dd_filt_cookie.dll
dotDefenderMaskingFilter --> C:\Program Files\Applicure\dotDefender for IIS\lib\dd_filt_masking.dll
dotDefenderResponseFilter --> C:\Program Files\Applicure\dotDefender for IIS\lib\dd_filt_response.dll
If i delete the:
dotDefenderResponseFilter --> C:\Program Files\Applicure\dotDefender for IIS\lib\dd_filt_response.dll
Filter the PDF would load fine.
I disable Check Responses in dotDefender but it had no effect.
Anyone who might be able to help me with this?