InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


Error: A potentially dangerous... Expand / Collapse
Author
Message
Posted 22/04/2003 10:47:00
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 18/05/2003 03:28:00
Posts: 1, Visits: 1

Hi,

I've just installed InstantForum.NET.  When i use the WYSIWYG tool to put in some tables, links, etc, i get the following error...

A potentially dangerous Request.Form value was detected from the client (_ctl1:WYSIWYG="<P align=left><FONT ..."). 

Post #464
Posted 05/05/2003 13:57:00


IF.NET 4.2 Coming Soon

IF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming Soon

Group: Administrators
Last Login: Yesterday @ 15:47:32
Posts: 1,954, Visits: 3,012

Hi Andy,

This is a problem with running InstantForum.NET with the .NET framework v1.1. This is not a problem with the forum software but a new script injection protection feature built into .NET v1.1.

To get around this problem you will need to either globally disable this feature within the system.web section of your applications web.config file as shown below...

<system.web><pages validateRequest="false" /></system.web>

Or disable this feature from the pages that use this control by adding validateRequest="false" to each page directive. The forum has it's own script protection so you can safely disable this.

More information on this can be found within the Request Validation - Preventing Script Attacks release note.

I hope this helps. If you have any further questions please don't hesitate to contact me




Kindest Regards,

Ryan Healey
Director / Developer

Explore our products...
http://demos.instantasp.co.uk/

Post #497
Posted 10/06/2003 06:33:00


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 10/06/2003 06:36:00
Posts: 1, Visits: 1

With validateRequest = "false", use Server.HtmlEncode() method

Post #616
« Prev Topic | Next Topic »

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, Mark Christianson, Bare, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 12:55pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.109. 10 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.