I have a database called XyzDB. Everything is done and I am happy with it.
I have a WebAPI project which used Entity Framework (I generated my entity models from my database, so not code first).
When I use fiddler to query a table with a simple Get http method. I get the error:
Create Database permission denied in database master
However, I don't want to create a database. I just want to do a simple get method and return a json result.
Any help would really be appreciated.