Yes , you can
prepare your database in VWD locally,
then you can copy the database to production server,
but make sure that you set the application name(in membership provider settings in web.config) as the same in both environments ,
if you didnt change the membership settings, then the application name will be the website name ,
and so you need to make sure that both websites ( on development and production) have the same name,
hope it helps