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).