SQL Sever Synonyms, Entity Framework, and Integrated Security
Read OriginalThis article addresses a specific technical issue where using SQL Server Synonyms with Entity Framework and Integrated Security (using a domain service account) causes a 'Login failed for user NT AUTHORITY\ANONYMOUS LOGON' error. The author explains the scenario, the error, and provides a simple resolution: replace the Synonym with a View that has the same name and structure. The article includes steps for creating the View, granting appropriate permissions, and notes that no .NET code changes are required. It is a focused technical guide for developers working with ASP.NET, Entity Framework, SQL Server, and integrated security.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser
Top of the Week
No top articles yet