Well, i know this question was asked many times on this platform. Nothing seems to work for me. I looked at this Cannot open database "test" requested by the login. The login failed. Login failed for user 'xyz\ASPNET'. I fully understand that.
The case is the database was created by default when i created the application. I choose the Individual Authentication. I then expand the database using the Entity Framework 6. I want to create a CRUD operation through the Entity Framework 6 by generating .edmx file. The error occurs when I tried to attach the database to the program.
I tried opening it with MSSQL Server to assign right to the user. After it will complain the file is corrupt. If anyone will help me to open it or how to generate a CRUD on that. I will be thankful.