Hi @ps-rizwan ,
To enable chunked transfer encoding, you need to set the value of AspEnableChunkedEncoding to "True" in the metabase of the site, server, or virtual directory for which chunked transfer encoding is enabled. By default this value is set to "True", you can try to change the value to "False" to disable it.
- Open a command prompt.
- Change to the
Inetpub\Adminscripts
folder. - Run the following:
cscript adsutil.vbs set /W3SVC/AspEnableChunkedEncoding "TRUE"
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.
Best regards,
Yurong Dai