I have a web application that needs to use user authentication. For the user database, I created an SQL database and installed the ASP schema. I then opened the Website Administration Tool (using Visual Studio 2013) and created the necessary roles and users. However, when the website is deployed, none of the user credentials work. Note, I have not changed the default login page from when it was automatically generated when the project was made. This is a default C# Web Forms Application. Please see the screenshots below to help illustrate.
Here is the create user section I used in the website Administration Tool
Here is the login page the user sees on the deployed website.
I have opened the database and verified the users are there, so why cant they login? Also, I have verified the correct Memebrship & Role data in the Web.config file as the website administration tool wouldn't function correctly if those were wrong correct? In reference to adding users and roles. Any help is appreciated.