Author: lautaro.arino | Posted on: 7/1/2010 12:25:34 PM | Views : 959

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"/>

Go to the complete details ...