HOW TO
Instructions provided describe the steps to enable the debugging window in the Web Mapping Application with ArcGIS Server 9.2 for the Microsoft .Net Framework. The information displayed in the debugging window may be useful in troubleshooting problems and communicating with ESRI Support Services.
Warning:
Do not enable this debugging option on a Web Mapping Application that is in a production environment. It is strongly recommended that this procedure is executed on a copy of the Web Mapping Application.
Code:
<%--
<asp:TextBox ID="MapDebugBox" runat="server" Height="200px" Width="935px" TextMode="MultiLine"
style="left: 5px; position: absolute; top: 549px" Visible="true">Debug box...
This is useful for debugging modifications or additions to the Map Viewer application.
Set Visible property to true to display Map Viewer requests and responses on web page.
By default, the property is set to false, and the box will not be rendered on the web page.
</asp:TextBox>
<input id="Button1" style="left: 749px; position: absolute; top: 516px" type="button"
value="Clear Debug Box" onmousedown="document.forms[0].MapDebugBox.value=''" />
--%>
Code:
<asp:TextBox ID="MapDebugBox" runat="server" Height="200px" Width="935px" TextMode="MultiLine"
style="left: 5px; position: absolute; top: 549px" Visible="true">Debug box...
This is useful for debugging modifications or additions to the Map Viewer application.
Set Visible property to true to display Map Viewer requests and responses on web page.
By default, the property is set to false, and the box will not be rendered on the web page.
</asp:TextBox>
<input id="Button1" style="left: 749px; position: absolute; top: 516px" type="button"
value="Clear Debug Box" onmousedown="document.forms[0].MapDebugBox.value=''" />
Article ID: 000009626
Get help from ArcGIS experts
Download the Esri Support App