My IIS Server uses the .NET Framework 1.0 and the samples keep giving me an error about “ValidateRequest.” What does this mean and how do I fix it?
The samples were created to use .NET Framework 1.1 when running on an IIS Server. The 1.1 ASPX pages require that the Page Directive “ValidateRequest=false” be set in the code. The 1.0 Framework does not understand this setting. To remedy this, remove the words “ValidateRequest=false” wherever they appear in the code.
Related Questions
- My IIS Server uses the .NET Framework 1.0 and the samples keep giving me an error about "ValidateRequest." What does this mean and how do I fix it?
- When I use Knowledge Server 2.0 - 2.2 with IIS 5.1/6.0, I get an Invalid ProgID error when I try to view analysis files. What should I do?
- Why do I get an error if I attempt to start the MedRec Server on a system that uses a proxy to connect to the Internet?