While Trying to Save Image from IP Master user gets the error below.

If you check IIS logs the HTTP status will be 413.
For this error uploadReadAHead size for virtual directory Bwroot should be increased:
This can be done from the web server as
- Run command prompt as administrator
- Type following command and press enter:
appcmd.exe set config "Default Web Site/Bwroot" -section:system.webServer/serverRuntime /uploadReadAheadSize:"204800" /commit:apphost - Please note that above value 204800 is in bytes and can be changed according to the need. Maximum limit of this is 2147483647 bytes.
Another way to do this is by Using Configuration Editor:
- open windows run and type inetmgr
- select Bwroot
- In the Features section, double click "Configuration Editor"
- Under "Section" select: system.webServer>serverRuntime
- Modify the "uploadReadAheadSize" section
- Click Apply
After this IIS should be restarted.
Target group of this article
|
|
All Users
|
|
Main User
|
|
IT department
|
x
|