S
Stevet96
I have a webservice running using ASP.NET. The webservice has several
functions that have been tested and work great. However, I have one function
that is returning a rather large chunk of data back to the client. When I
try to return the data to the client , the client is getting the following
error message:
"Server Error in '/WebServiceName' Application."
"The underlying connection was closed: The limit set on the message length
was exceeded."
I then see a trace dump on the client side. My question is 2 fold. What is
the default message length limit set by ASP.NET on IIS 5.0 and how do I
change the message limit.
Currently I am accessing the webservice using an ASP.NET webpage.
Thanks,
Steve
functions that have been tested and work great. However, I have one function
that is returning a rather large chunk of data back to the client. When I
try to return the data to the client , the client is getting the following
error message:
"Server Error in '/WebServiceName' Application."
"The underlying connection was closed: The limit set on the message length
was exceeded."
I then see a trace dump on the client side. My question is 2 fold. What is
the default message length limit set by ASP.NET on IIS 5.0 and how do I
change the message limit.
Currently I am accessing the webservice using an ASP.NET webpage.
Thanks,
Steve