PROBLEM
When running the ArcWeb Site Starter Locator USA application on Visual Studio .NET 2003 the following error occurs:
"A potentially dangerous Request.QueryString value was detected from the client"
This problem occurs because ASP.NET version 1.1 contains a new feature called request validation. Request validation was added to help prevent script-injection attacks.
Code:
<!-- Disable Requst Validation feature-->
<pages validateRequest="false" />
Article ID:000006340
Get help from ArcGIS experts
Download the Esri Support App