水晶报表发布后安装在服务器后出现如下错误提示:
Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.Source Error: 
Line 39: by Microsoft that offers a single logon and core profile services for member sites.
Line 40:     -->
Line 41:     <authentication mode="Windows"/> 
Line 42: 
Line 43:  <!--  AUTHORIZATION 
 

解决方案 »

  1.   

    http://support.businessobjects.com/downloads/merge_modules.asp#02
    在这里下载
      

  2.   

    配置错误?virtual directory not being configured as an application in IIS.
    查看虚拟目录属性,把“执行权限”改为“脚本和可执行文件”试试。
      

  3.   

    你在web.config中的<system.web>加上下面几句话。
        <compilation defaultLanguage="c#" debug="true">
    <assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    </assemblies>
    </compilation>给分