I am using the SOAP API inside a Silverlight application. When I use the Method "AddAttachmentAsync" an error will be returned to me in the callback event "AddAttachmentCompleted" if the file size is more than 3MB. Is there any way to have bigger size for the attachment ? I'm investigating the IIS configuration now, Is this right or should this be done in Workflow Manager itself.
Yes, there is a setting that you need. It is on the IIS side. Go to Inetput\wwwroot\arcgis\services folder on your IIS machine. Open the web.config file in that folder for editing. Within the system.web tag, add the httpRuntime node with maxRequestLength setting as follows:
Yes, there is a setting that you need. It is on the IIS side. Go to Inetput\wwwroot\arcgis\services folder on your IIS machine. Open the web.config file in that folder for editing. Within the system.web tag, add the httpRuntime node with maxRequestLength setting as follows: