Hi,
DMX 5.2.9 is setup on DNN 5.3.1 and using TelerikUpload as we have files more than 200MB. For any file more than 15MB is failing and after sometime of upload initiation it redirecting to 404 page. I did not see any log generated in DNN. Further I verified all web.config settings and please note below.
< httpruntime executiontimeout="3600" requestlengthdiskthreshold="307200" maxrequestlength="307200" usefullyqualifiedredirecturl="true">< /httpruntime>
< httpmodules>< /httpmodules>
....
< add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2">< /add>
< add name="ComponentArtUploadModule" type="ComponentArt.Web.UI.UploadModule, ComponentArt.Web.UI">< /add>
< add name="WebDAVAuthenticationModule" type="Bring2mind.DNN.Modules.DMX.WebDAV.AuthenticationModule, Bring2mind.DNN.Modules.DMX.WebDAV">< /add>
< httphandlers>< /httphandlers>
.......
< add type="Bring2mind.Telerik.WebControls.RadUploadProgressHandler, Bring2mind.Telerik.RadUpload.Net2" verb="*" path="Bring2mind.Telerik.RadUploadProgressHandler.aspx">< /add>
< add type="ComponentArt.Web.UI.UploadProgressHandler, ComponentArt.Web.UI" verb="*" path="ComponentArtUploadProgress.axd">< /add>
< add type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" verb="GET,HEAD,PUT,OPTIONS,PROPFIND,PROPPATCH,COPY,MOVE,DELETE,MKCOL,LOCK,UNLOCK,DEBUG" path="dmxdav.axd" validate="false">< /add>
< add type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" verb="OPTIONS,PROPFIND" path="*" validate="false">< /add>
What is missed in this? Please help/guide to fix this as our client is badly need this to be done quickly.
Regards,
Pavan