I've applied SQLCE in a project I've been working. It works fine in Visual Studio and when I run locally (http://localhost:####) it runs perfectly. But when I publish it at my remote host I receive the "Yellow Screen of Death" the following error message:
Failed to find or load the registered .Net Framework Data Provider.
My Web.Config and references are OK (As I said it work fine at localhost) there is no need to chenge it. The sdf file is deployed in the correct path.
What is missing?