Welcome to MSDN Blogs Sign in | Join | Help

Cristiano WebLog

Microsoft Infrastructure & Development Tips and Tricks
Commerce Server Catalog Manager and SOAP Limits

If your customer has a lot of categories or products and when using the Catalog Manager to change the sequence you are getting the following error message (I got it today! :)):

"There was an exception running the extensions specified in the config file. Maximum request length exceeded."

Don't worry.

The request length can be modified by adding the following info to the catalog webservice System.Web configuration file:

<system.web>
<httpRuntime maxRequestLength="30270" />
</system.web>

[]'s

This posting is provided "AS IS" with no warranties, and confers no rights.

Posted: Tuesday, June 26, 2007 10:14 AM by crisag
Filed under:

Comments

dvprando said:

Very good!

We had the same problem in Extra.com and it's work.

:)

Tks again Cristiano!!

Vidotti.

# October 14, 2008 4:56 AM
Anonymous comments are disabled
Page view tracker