Hi,
I have just downloaded the mojo portal, installed via Microsoft Web Publishing.
I have added a few pages with little content. However I was in the process of creating a Contact page under root. This page contains HTML content.
I went to edit the page, clicked on the HTML button and pasted in some HTML source. I got the following exception in the HTML Source Editor dialog:
The length of the query string for this request exceeds the configured maxQueryStringLength value. 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: The length of the query string for this request exceeds the configured maxQueryStringLength value.
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.
Stack Trace:
[HttpException (0x80004005): The length of the query string for this request exceeds the configured maxQueryStringLength value.]
System.Web.HttpRequest.ValidateInputIfRequiredByConfig() +8888285
System.Web.PipelineStepManager.ValidateHelper(HttpContext context) +59
The HTML Source was as follows:
<p>
Address</p>
<p>
Our House
<br />
In
<br />
Middle of
<br />
Our Street
<br />
Somewhere
<br />
Somehow
<br />
XXXX XXX</p>
<p>
<strong>Telephone</strong></p>
<table>
<tr>
<td>
<p>
Office</p>
</td>
<td>
<p>
+XX (X)XXXX XXX XXX</p>
</td>
</tr>
<tr>
<td>
<p>
Support</p>
</td>
<td>
<p>
+XX (X)XXXX XXX XXX</p>
</td>
</tr>
</table>
<p>ertert</p>
<table>
<tr>
<td>
XXXX XXXXXXX
</td>
<td>
</td>
</tr>
<tr>
<td>
XXXX XXXXXXXX
</td>
<td>
</td>
</tr>
<tr>
<td>
XXXX XXXXXXXXXXX
</td>
<td>
</td>
</tr>
<tr>
<td>
XXXXX XXXXXX
</td>
<td>
</td>
</tr>
<tr>
<td>
XXX XXXX
</td>
<td>
</td>
</tr>
<tr>
<td>
XXXX XXXXXXXX
</td>
<td>
XXXXXXXXXXX
</td>
</tr>
<tr>
<td>
XXXXX XXXX
</td>
<td>
</td>
</tr>
</table>
<p>ertert</p>
<p>ertert</p>
<p>ertert</p>
However, the code appears to copy to the normal editor window. You can click on the X to close the HTML Source Editor dialog.
It does not prevent the app from working but it is not a nice error. Any thoughts?
Thanks
Andez