I have build a catalog system which use SQL CE as database. After deploying it at hosting provider (GoDaddy.com), the performance was pathetic. Whenever data access is performed it takes a pretty long time to retrieve the products. Many a times, i keep getting this error:
There is a file sharing violation. A different process might be using the file. D:\Hosting\8750445\html\App_Data\PriceCompare-Prod.sdf**
If this problem is coming up when i am the only one surfing the website, what will happen if numerous people are accessing the website at the same time?
Should one avoid using SQL CE for production databases in such catalog based sites or there is something wrong with my hosting provider?