Im setting up a site with membership. The db connection seems to work. I can create new users with the new user wizard control. And they show up in the databaser. But i cant log in. I use the log in control and just get "wrong password". I am sure i type the correct password as i made it very easy. here are my webconfig settings.There is one thing i have no clue how to configure. The APPLICATION NAME. What is it? And what should i set it to? <authentication mode="Forms"> <forms loginUrl="~/LogInPanel.aspx"/>