0
I’m trying to restore a bank SQL
that I created on a provider that does not have the option Webdeploy. And my goal is to boot a database using ASP.NET MVC
with EntityFramework
. Well, when you put the server settings and password, the bank appears in my SQL Management
But it was different, in the icon where it usually turns green, is gray follows an image to illustrate better.
By restoring the DB I have one more error, follow the image:
What is this mistake?
How do I solve it?
Taking advantage, while developing the application, with CodeFirst
I used the following Connectionstrings in my WebConfig
<connectionStrings>
<add name="VendasDeTitulos" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=VendasDeTitulos;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
How will I stay in the configuration to use with the Provider?