Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

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?

0
Posted

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?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123