Web调用FastReport的配置问题

1、修改配置webconfig文件

IIS6:

<system.web>  

  <httpHandlers>   

    <add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport"/>

   </httpHandlers>

</system.web>

IIS7:

<system.webServer>   

  <validation validateIntegratedModeConfiguration="false"/>   

  <handlers>     

    <remove name="FastReportHandler"/>     

    <add name="FastReportHandler" path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />   

  </handlers>  

</system.webServer>

文章来自:http://www.cnblogs.com/sayshap/p/5121657.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3