After setting up the login users, stored on ASPNETDB.mdf, and tested the WebApp on Visual Studio, i published the site to my server.
The index.aspx file shows the result of a query on my ASPNETDB.mdf file - all fine with that.
But when i try to login, all the users account give me: "Your login attempt was not successful. Please try again."
I have my ASPNETDB.mdf file in App_Data folder, i did nothing in particular, just publish from Visual Studio. I have SQL Server Express running on my server, the result showed by the query made in the index.aspx file is fine too.
So my question is, why isn't the login accounts working? Any idea?