Hello, I am using the Universal ASP.NET Membership provider; The user data and my own data are stored in the same database sharing the same connection string. its works perfectly on my local development environment. I have transfered  the site to the remote host "1and1, copied the database (schema + content) with a SQL statement AND I get now the following error when trying to log in : CREATE DATABASE permission denied in database 'master'.  Normally, ASP.NET should not create a database because I gave a valid connection string pointing to an existing database with the required tables (User, Membership, etc.). But it seems that ASP.NET does not see this DataBase and try to create a new one. The details as follows. There is something wrong but I dont't know what... Did you face similar issue ?
< Go to the complete details ...