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>
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|