I would like to know how can I connect to a SQL Server Compact Edition database from my web application?
Usually I insert the connection string in the code. How can I connect to the database which is situated in App_Data
in the web.config
file?
Thanks in advance