I am receiving this error on all the demo apps.
I'm running 2003 server (web) edition with .net extensions installed.
I just purchased CuteSoft .net so I am sure I am missing something very simple..any help would be appreciated.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The 'ValidateRequest' attribute is not supported by the 'page' directive.
Source Error:
Line 1: <%@ Page Language="vb" ValidateRequest="False" %>
Line 2: <%@ Register TagPrefix="" Namespace="CuteEditor" Assembly="CuteEditor" %>
Line 3:
|