
Chase Huber
Top achievements
Rank 1
Chase Huber
asked on 06 May 2010, 08:04 PM
When spell checking any rich formatted text, I keep receiving the following error:
A potentially dangerous Request.Form value was detected from the client (CommandArgument="s<teleriklf /><teleri...").
I added the following to web.config, but it does not solve the problem:
A potentially dangerous Request.Form value was detected from the client (CommandArgument="s<teleriklf /><teleri...").
I added the following to web.config, but it does not solve the problem:
<location path="Telerik.Web.UI.SpellCheckHandler.axd">
<system.web>
<pages validateRequest="false"></pages>
</system.web>
</location>
Any ideas?
6 Answers, 1 is accepted
0
Hello,
I assume that you are using .NET 4.0. If this is the case, please update to the latest ASP.NET AJAX release (2010.1.415). This problem has already been reported and fixed in the current release.
Regards,
Lini
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I assume that you are using .NET 4.0. If this is the case, please update to the latest ASP.NET AJAX release (2010.1.415). This problem has already been reported and fixed in the current release.
Regards,
Lini
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Chase Huber
Top achievements
Rank 1
answered on 13 May 2010, 05:23 PM
Yes, ASP.NET 4.0.
That fixed the problem.
Thank You,
- Chase
That fixed the problem.
Thank You,
- Chase
0

M
Top achievements
Rank 1
answered on 22 Dec 2010, 08:53 PM
I need a fix for my version ASP.Net Ajax Rad Editor (2009.3.1208.20)
I don't have access to the newer 2010 release
I don't have access to the newer 2010 release
0
Hi,
If you are using ASP.NET 4.0, then you can refer to the following document for a fix - http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes#0.1__Toc256770147
You need to add the following line in your web.config file:
<httpRuntime requestValidationMode="2.0" />
Greetings,
Lini
the Telerik team
If you are using ASP.NET 4.0, then you can refer to the following document for a fix - http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes#0.1__Toc256770147
You need to add the following line in your web.config file:
<httpRuntime requestValidationMode="2.0" />
Greetings,
Lini
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Pat
Top achievements
Rank 1
answered on 15 Dec 2011, 10:14 PM
Hi Lini thanks for the help,
I currently have <httpRuntime requestValidationMode="2.0" /> in my web config, and have tried all the other suggestions that were mentioned in the link that you replied with, but still the error occurs. Any advice?
I currently have <httpRuntime requestValidationMode="2.0" /> in my web config, and have tried all the other suggestions that were mentioned in the link that you replied with, but still the error occurs. Any advice?
0
Hi Pat,
There is another forum which offers a solution for this error. Here it is:
500 error when spell checking.
If you unable to fix it, open a support ticket and provide a sample working project which demonstrates the problem.
Best regards,
Rumen
the Telerik team
There is another forum which offers a solution for this error. Here it is:
500 error when spell checking.
If you unable to fix it, open a support ticket and provide a sample working project which demonstrates the problem.
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now