Windows 2012R2
IIS 8.5
I have a webdav server that clients map as a drive (Z:\) and use it as a file-share for our remote users, which is working well with small documents. However, now we need to be able to store much larger data, upwards around 100GB maybe 200GB (not very frequent), disk space is not an issue.
I've tried changing maxAllowedContentLength but it maxes out at 4GB, is there a way to increase this limit or should i look into another method? (FTP /FTPS not an option, i tried barking that tree already) Any suggestions would be greatly appreciated.