You can use Spread for ASP.NET in a Windows Azure project. Use the following steps:
- Copy the fp_client folder to your WebRole project folder.
 - Include this fp_client folder in your WebRole project and add the following setting to the web.config file.
        
Code 
Copy Code<appSettings> <add key="fp_client" value="fp_client"/> </appSettings>
 
You do not need to edit web.config if you use the development fabric in Visual Studio.
You can also use the Chart control in a Windows Azure project. You would need to add the ChartImageHttpHandler to the web server section of the web.config file. For example:
| Code |  Copy Code | 
            
|---|---|
                    <system.webServer> <validation validateIntegratedModeConfiguration="false"/> <handlers> ... <add name="chart" path="FpChart.axd" verb="*" type="FarPoint.Web.Chart.ChartImageHttpHandler"/>  | 
            |
Return to the overview of Working with the Component.
Return to the overview of Getting Started.