O
Oscar F
Hi,
I need to upload files from the client to the server in an application done
with ASPX and .NET (IIS 6.0).
When uploading these files with HTTP, I have a default size limit of 4 MB
that I could change with the parameter maxRequestLength.
The problem is when uploading files with HTTPS. The size limit is 47 KB!,
obviously not enough, and the maxRequestLength doesn’t affects to this size
There is anyone than could help me to find where to configure this size for
HTTPS (web.config, machine.config, IIS, …)?
Thanks in advance, Oscar
I need to upload files from the client to the server in an application done
with ASPX and .NET (IIS 6.0).
When uploading these files with HTTP, I have a default size limit of 4 MB
that I could change with the parameter maxRequestLength.
The problem is when uploading files with HTTPS. The size limit is 47 KB!,
obviously not enough, and the maxRequestLength doesn’t affects to this size
There is anyone than could help me to find where to configure this size for
HTTPS (web.config, machine.config, IIS, …)?
Thanks in advance, Oscar