原創(chuàng)|其它|編輯:郝浩|2012-11-12 10:35:51.000|閱讀 256 次
概述:本文主要介紹如何在Windows Azure 項(xiàng)目中使用Spread for ASP.NET電子表格控件。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
相關(guān)鏈接:
你可以在Windows Azure 項(xiàng)目中使用Spread for ASP.NET電子表格控件。具體步驟如下:
1、將fp_client 文件夾復(fù)制到 WebRole項(xiàng)目文件夾中。
2、將以下設(shè)置添加到web.config 文件。
<appSettings> <add key="fp_client" value="fp_client"/> </appSettings>
如果您使用Visual Studio中的開發(fā)結(jié)構(gòu),你無需編輯web.config文件。
你可以使用Windows Azure項(xiàng)目中的圖表控件。你需要將ChartImageHttpHandler添加到web.config文件的服務(wù)器部分。例如:
<system.webServer> <validation validateIntegratedModeConfiguration="false"/> <handlers> ... <add name="chart" path="FpChart.axd" verb="*" type="FarPoint.Web.Chart.ChartImageHttpHandler"/>
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請郵件反饋至chenjj@fc6vip.cn
文章轉(zhuǎn)載自:慧都控件網(wǎng)