I am attempting to deploy my app to a testing environment, but cannot get Entity Framework to play nicely with the database. In development, I use a database initializer to seed the database and that has worked flawlessly. However, when I deploy the application to an actual IIS instance I cannot get it to interface with the database. My custom initialization rules aren't run at all, so I am instead creating the database manually.I am attempting to deploy my app to a testing e