i have been developing my application with code first and i havent had any problem since i decided to use second database for my generated forms;
so i created a new context called FormContext and specified the connection string name in contractor(i suppose its enough for ef to differentiate the dbs); anyways if i dont explicitly initialize the db (second context), i get the error that second db does not exists; and if i do initialize , I DONT KNOW HOW AND WHY MY FIRST DB SCHEMA GETS CREATED IN SECOND DB ALSO!!!!!!!!!!!!!!!!!! I GET ALL THE TABLES + THE 3 THAT I NEEDED;