Anyone have a sample of code for a WEBSITE not Web Application.
That uses SQL CE 4.0 for user authentication via the ASP.NET Configuration Tool.
Using the VS login controls.
Can provide the necessary webconfig configurations if necessary.
Can provide a list of the files required to copy up to the Host for this to work properly. Along with the source of these files because I understand there is a medium trust version from another directory "\desktop" or something.
I've created this but I don't see anything in the SDF file of the SQL CE 4.0 database.
Everything is in the MDF database, but the login still authenticates even though I commented out the connection string for the MDF and put one in for the SDF.
I want to be able to do this so that sites I build that just require simple authentication for the owner of the site doesn't have to pay for SQL Server fees by the host for something so small.
Please. No MVC. No EntityFramework. This is Asp.Net Forms.
Thanks!