Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Maximum request length exceeded.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Maximum request length exceeded - in Contour on Upgrade to Umbraco 6
Just upgraded to U6 and getting this error on Contour forms. The max request length is set OK in web.config
<httpRuntime requestValidationMode="2.0" maxRequestLength="500000000" />
In addition when we preview a contour form this error occurs:
Error loading Razor Script MvcRenderContourForm.cshtml
And now getting:
The view at '/umbraco/plugins/umbracoContour/Views/Form.cshtml' must derive from WebViewPage, or WebViewPage.
OK the preview is now working fine - I'd missed out some config settings in web.config for MVC
However the form is still returning a maxrequestlength exceeded error on this URL:
http://www.britishlegion.org.uk/about-us/contact-us/contact-us-form/general-enquiries/legionline
However EXACTLY the same form on this URL works:
http://www.britishlegion.org.uk/form-test
I am wondering if there is some issue with path lengths?
is working on a reply...