While trying to launch Messagestats WebReports, the error faced might be Server Error in 'MessageStatsReports' Application
Description: An Error occurred during the parsing of a resource required to service this request. Please review the following specific parse details and modify your source file appropriately
Parser Error Message: The 'ValidateRequest' attribute is not supported by the 'page' directive
Source File: C:\inetpub\wwwroot\MessageStatsReports\Error Line:1
.NET versions 1.0 or older does not recognize the -validaterequest- line of code in the ASP and ASPX pages of our web applications. Installing the most recent Windows security hotfixes in combination with these older .NET versions can result in the error displayed below.
Solution:
Upgrade to .NET version 1.1.
Full description of .NET error:
Server Error in '/webadmin' 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: <%@ Register TagPrefix="uc1" TagName="MailList" Src="../Private/MailList.ascx" %>
Line 2: <%@ Register TagPrefix="uc1" TagName="Header" Src="../Private/Header.ascx" %>
Line 3: <%@ Page ValidateRequest="False" Language="vb" AutoEventWireup="false" Codebehind="MailList.aspx.vb" Inherits="Vircom.modusWebAdmin.MailList" %>
Line 4: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 5: <html>
Source File: C:\WebAdmin\Root\DomainLevel\MailList.aspx Line: 3
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.6018; ASP.NET Version:1.0.3705.6018