F
Fabio
MOPS 2007, Project.QueueUpdateProject, Maximum request length exceeded
Hello world!
I get the exception below when invoking the QueueUpdateProject method of the
Project web service and passing a large ProjectDataSet object to it,
apparently larger than 4 MB.
The maxRequestLength attribute of the httpRuntime element is set to 51200
(50 MB) in all the web.config files on the file system.
Anyone any idea? Thank you in advance!
System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: There was an exception running
the extensions specified in the config file. ---> System.Web.HttpException:
Maximum request length exceeded.
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.get_InputStream()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type,
HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)
at com.fabioscagliola.PROJ2MOPS.Save(Project project, ProjectDataSet
projectDataSet, Guid projectGuid, QueueSystem queueSystem, List`1
deletedTaskGuidList)
at com.fabioscagliola.PROJ2MOPS.Do()
Hello world!
I get the exception below when invoking the QueueUpdateProject method of the
Project web service and passing a large ProjectDataSet object to it,
apparently larger than 4 MB.
The maxRequestLength attribute of the httpRuntime element is set to 51200
(50 MB) in all the web.config files on the file system.
Anyone any idea? Thank you in advance!
System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: There was an exception running
the extensions specified in the config file. ---> System.Web.HttpException:
Maximum request length exceeded.
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.get_InputStream()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type,
HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response, Boolean&
abortProcessing)
at com.fabioscagliola.PROJ2MOPS.Save(Project project, ProjectDataSet
projectDataSet, Guid projectGuid, QueueSystem queueSystem, List`1
deletedTaskGuidList)
at com.fabioscagliola.PROJ2MOPS.Do()