If I have a Silverlight application, and I am publishing to my localhost IIS server with the web deploy option:
Can my database be automatically created in SQL Server Express? I'm not talking about creating tables and columns etc, i'm talking about creating the actual database at the destination.
How would I do that?