When running a web in visual studio, the following line returns true.
if (Membership.ValidateUser(Login1.UserName, Login1.Password))
However, the moment I access the same code through a web, it returns false.
Same database, same computer, same web folder, the only difference is that when I'm running through debug in visual studio, it works and when I'm trying to access it through a web, it fails.
Thanks