Tag: local db
-
User Instance login flag is not allowed when connecting to a SQL Server instance: Solved
While working with an ASP.NET MVC application I encountered following exceptions: Exception clearly says that user instance login flag is not allowed when connecting to a SQL Server instance. For sure this error is related to SQL Server instance I am working on in this particular application. I examined the connection string in the web.config…