Problems uploading files with HTTPS

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
 
O

Oscar F

Hi myself,

I have solved my own problem executing this script:

cscript C:\Inetpub\AdminScripts\adsutil.vbs set
/W3SVC/1/ROOT/myFolder/UploadReadAheadSize 65536

The default file size to upload is 48K, and with this script you can
increment this size until 4G (I think this value is not real).
I’ve increased to 65K in the example.

Sorry if anybody has expended his own time searching the answer.

Bye
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top