1. Creating a new user which you know the password;
2. Going into the SQL database into the asp membership table;
3. Locating both rows of data you need - the host entry and the "new user" entry;
4. Copy the password and the password salt of the "new user" to the host entry.