I'm using vs2015 an vNext/Asp.net5 wint EF7. my config.json file has following value
"TestContextConnection": "Server=.\\SQLEXPRESS;Database=TestDb;Trusted_Connection=true;MultipleActiveResultSets=true"
Whenever I run this project I get the following error
CREATE DATABASE permission denied in database 'master'.
Can someone please explain, I don't know what user I'm referring here is it my active directory user or some other dbuser? also what rights I've to assign to what user in order this code to work successfully? what if I have to create a new user from scratch with all required permissions for this?
Thanks in advance.