This error occurs because something in the submitted form or in the query string looked dangerous for validation in ASP.NET.
By adding
<httpRuntime requestValidationMode="2.0" />
you relax the validation that applies back to ASP.NET 2 standards.
, , , /querystring, . , .
, , ASP.NET MVC3 ( 2). , , (.. , , url, ).
, , , .