Potentially dangerous XML...

Problem

You see warning messages regarding:

"potentially dangerous" XML...

Description

Applications built with Iron Speed Designer assume you are running .NET Framework 2.0 or later.  If you have both .NET Framework 1.0 and .NET Framework 1.1 installed on your machine, this assumption may not always be correct.  Even though .NET Framework 2.0 is installed, your system (Microsoft IIS) may be configured to run applications under .NET Framework version 1.0.  If so, you will need to configure your system to run .NET Framework 2.0.

Solution

Step 1:  Locate the ASP.NET settings in:

<Application Folder>\Web.config

Step 2: Set the value of validateRequest attribute of pages element to false.

    <pages validateRequest="false" />

See Also

Part VII:  Troubleshooting Applications

Application Will Not Run

Application Runs But No Data is Displayed

Application Error Messages