I have an ASP.NET 2010 app. When I go through the registraiton process, I correctly get logged in. However, if I just try to log in later, ValidateUser always returns false\'
I have a table example y开发者_运维知识库ou can see below ID NameValue 3NameOneValueOne 7NameTwoValueTwo
I\'m using MySql in my asp.net project. But I don\'t want to type every \"using MySql.Data.MySqlClient;\" statement in every aspx.cs/aspx.vb file. How can I define this lines in web.config file?