I am trying to restore a SQL
database that I created in a provider that does not have the WebDeploy option. And my goal is to initialize a database using ASP.NET MVC
with EntityFramework
. Well, when setting the server and password settings, the bank appears in my SQL Management
But it was different, in the icon where it usually turns green, it is gray follows an image to illustrate better.
WhenrestoringDBIhaveonemoreerror,followtheimage:
Whatisthiserror?
HowdoIresolveit?
WhileIwasdevelopingtheapplication,withCodeFirst
IusedthefollowingConnectionStringsinmyWebConfig
<connectionStrings><addname="VendasDeTitulos" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=VendasDeTitulos;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
How will I be in the configuration to use with the Provider bank?