This article replaces TK00089.
Error:
When trying to perform an approval save on the Time & Expense portal, you receive the following error.
[HttpWebRequest_WebException_RemoteServer] Arguments:NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=3.0.50611.0&File=S ystem/Windows/dll&Key=HttpWebRequest_WebException_RemoteServer
Cause:
Max received message size is not setup in IIS.
Resolutions:
(versions 10.06.xx & 11.02.xx)
Edit the Web.config file.
- Go to Local Disk (C:) | inetpub | wwwroot folder.
- Right-click the web.config file and open with NotePad or WordPad.
- Add maxReceivedMessageSize=”2147483647″ to the binding element where binding name=”customBinding”.
- Save and close the file.
- Restart the IIS server.
Note:
The Web Suite versions that utilize the Setup.exe installer has this vale automatically set during setup.