Guest User

Untitled

a guest
Aug 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. entity framework 4.1 code first CREATE DATABASE permission denied in database 'master'
  2. <configuration>
  3. <connectionStrings>
  4. <add name="TasksEntities" connectionString="server=(local); database=Tasks; trusted_connection=false; User=sa; Password=****; Persist Security Info=True" providerName="System.Data.SqlClient"/>
  5. </connectionStrings>
  6. </configuration>
Add Comment
Please, Sign In to add comment