J
John Grandy
My WebMethod returns a custom type that contains a field/property of type
byte[]
When calling this WebMethod, I am receiving serialization errors.
My research shows that this is related to the VS08's default setting for
maxStringContentLength = 8192
However, it is not clear in which files this setting should be changed.
( app.config , web.config , client-side , server-side )
I do not find this setting in ASP.NET Web Service Application project's
web.config file.
In exactly which config files should I be changing the value of
maxStringContentLength ?
What is the exact config section snippet that should be changed ?
Thanks.
byte[]
When calling this WebMethod, I am receiving serialization errors.
My research shows that this is related to the VS08's default setting for
maxStringContentLength = 8192
However, it is not clear in which files this setting should be changed.
( app.config , web.config , client-side , server-side )
I do not find this setting in ASP.NET Web Service Application project's
web.config file.
In exactly which config files should I be changing the value of
maxStringContentLength ?
What is the exact config section snippet that should be changed ?
Thanks.