Groups | Blog | Home
all groups > dotnet web services > june 2007 >

dotnet web services : Maximum request lenght exceeded



Cactus77
6/26/2007 7:13:13 AM
Hi,

I have a problem with deploying a Report Model.
I've build a Report Model in Visual Studio and by deploying mij my
model, I get the next error:


System.Web.Services.Protocols.SoapException: There was an exception
running the extensions specified in the config file. ---
[quoted text, click to view]
System.Web.HttpRequest.GetEntireRawContent() at
System.Web.HttpRequest.get_InputStream() at
System.Web.Services.Protocols.Initialize() --- End of inner
exception stack trace --- at System.Web.
Servoces.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)

All the time i ead someting about the machine.cofig file. In that file
I have to change the maxRequestLength. But, in the machine.config
there is no "maxRequestLength"...... Where can I find it. Or do I have
to add it by myself. If so, where do I have to add it???

I hope someone can help me out......
ronscottlangham NO[at]SPAM yahoo.com
6/27/2007 5:55:08 AM
[quoted text, click to view]

The setting will be in your web service web.config file. See the
following link for similar issue..

http://www.thescripts.com/forum/thread426489.html

Ron
AddThis Social Bookmark Button