OK , I am trying to web deploy my web app made in VS2010 onto one of winhost.com's IIS 7 servers. I ask you and not them becuase I want to know from experienced developers how I may be able to do this. my accouint with them I only have 1 database to use sql2008. But on my local I have the database for the web app, and the Membership database for log ins. Do you think I can just put my sprocs, and tables from my my app DB into the Memebership db and just change connection string and it will work?
I do not mean this on a level of how to generate a create table script and run it on other database, I real mean can you mess with Visual Studious memebership database for log ins by adding object with out messing the memebership database?