Why does the SQLite3 ASP.NET Connecters for Membership provider does not work

48 views Asked by At

I am new to ASP.NET, I am using mod_mono in Apache with Debian. I am using ASP.NET Web Forms. I am trying to implement ASP.NET Membership in my web application. First, I followed the instructions in the documentation for using SQLite (https://www.mono-project.com/docs/faq/aspnet/#providerexception-from-sqlitemembershipprovider)

Then, I got an error almost identical to the error in the FAQ.

I changed the data source in the connection string to a file and it still did not work.

I created the exact file with the exact schema listed in the documentation. I made the permissions of the file world-writable and readable, and it still did not work.

After, all of that it did not work.

I have researched everywhere.

Please help

0

There are 0 answers