ERROR
While using the Locator USA Site Starter application for ASP.NET, the following error occurs:
"A potentially dangerous Request.QueryString value was detected from the client (XML="Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted..."
.NET Framework 1.1 is installed on an application that was developed using .NET 1.0. .NET 1.1 uses a higher security setting by default, so a security message that 1.0 users do not see is visable.
Warning:
The changes below lower the security set by .NET 1.1.
It is highly recommended that a consultation is made with an IT/MIS department, or other qualified computer systems professional, before proceeding.
The first line should be similar to the following:
C#.NET
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="TestWebGUI.WebForm1" validateRequest=false%>
VB.NET
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="TestWebGUI.WebForm1" validateRequest=false%>
Article ID:000006642
Get help from ArcGIS experts
Download the Esri Support App