DataProXL.com
Data Processing Using C#, CSV, SQLite And ASP.NET Charting Using NPlot.dll


Uses YahooStocks.dll provided by eggheadcafe.com to get the historical stock prices and NPlot.dll to show the stocks chart.

Online Demo | ASP.NET, C# Source Code | Q & A, Comments

In your web.config, update the SQLiteConnectionString. E.g.:
<appSettings>
<add key="SQLiteConnectionString" value="Data Source=C:\hostingsite\mysites\StockChartWebApp\Bin\Stocks.db3;
Version=3"/>
</appSettings>
 

This demo is hosted at webhost4life.

More details coming soon...

Acknowledgements: Many thanks to Mr. Peter Bromberg for his article and the windows app code on eggheadcafe.com: C# .NET Yahoo Stock Download and Charting. Charting dll is from NPlot library. Database engine is System.Data.SQLite. (All dlls are available in the solution downloaded from the article).