作成日: 2017/02/21 最終更新日: 2017/02/21
文書種別
技術情報
詳細
チャートおよびスパークラインの使用にあたっては、web.config ファイルに以下のようなHttpHandler要素を追加する必要があります。
<configuration>
<system.webServer>
<handlers>
<add name="FpChart" verb="*" path="FpChart.axd" preCondition="integratedMode" type="FarPoint.Web.Chart.ChartImageHttpHandler" />
</handlers>
<configuration>
<system.webServer>
<handlers>
<add name="FpChart" verb="*" path="FpChart.axd" preCondition="integratedMode" type="FarPoint.Web.Chart.ChartImageHttpHandler" />
</handlers>
旧文書番号
40040