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>

本文介绍如何在IIS6和IIS7中配置FastReport以实现报告导出功能。针对不同版本的IIS提供了具体的配置示例。
1万+

被折叠的 条评论
为什么被折叠?



