Im using entity framework code first. When starting the application the application tries to create the database on SQLServer2008R2.
The error message that I'm receiving is:
"Login failed for user "NT instans\Networkservice" Failed to open the explicitly specified database"
After looking more carefully at the problem in the SQLServer log i can see that the error code is: 18456 severity 14 with state 38. Read about it on: http://sql-articles.com/articles/troubleshooting/troubleshooting-login-failed-error-18456/
Do anybody have a idea how to solve this problem?