I have migrated CKFinder to IIS 7.5 (tested on both Win2k8 Server and Win7-64Bit).
Today I found out that my download is coming corrupt. Further checks approved, that I am getting only the first 10000 bytes of my download. When I checked the DownloadFileCommandHandler, I noticed that the while loop is interrupted due to "response.IsClientConnected" being false.
After some play I stopped on App Pool settings. Once I set the App Pool to "Classic mode", my download is OK.
CKSource folks, is this by design and CKFinder requires a legacy mode to be activated?
Tried to change .Net version, both 2.0 and 4.0 App Pools do the same. Test is done on a fresh ckfinder distributive download, the only change is "return true" in CheckAuthentication()
Thanks!
Today I found out that my download is coming corrupt. Further checks approved, that I am getting only the first 10000 bytes of my download. When I checked the DownloadFileCommandHandler, I noticed that the while loop is interrupted due to "response.IsClientConnected" being false.
After some play I stopped on App Pool settings. Once I set the App Pool to "Classic mode", my download is OK.
CKSource folks, is this by design and CKFinder requires a legacy mode to be activated?
Tried to change .Net version, both 2.0 and 4.0 App Pools do the same. Test is done on a fresh ckfinder distributive download, the only change is "return true" in CheckAuthentication()
Thanks!