Previous Topic: Export ViewsNext Topic: Properties of Third-Party Web Controls


Script Injection Validation

HTML controls that contain the less than or greater than special characters , < or >, are classified as script injection attacks. To turn this request validation off, add the following line to the web.config file:

  <pages validateRequest="false" />

Between the following existing lines in the web.config file:

<configuration>
  <system.web>

  </system.web>
</configuration>