170 Views
Found this a great read for those who wish to apply Table or even Column level Permissions to a Dynamic Data application. The Author has spent a great deal of time getting to know and help others in the ASP.NET Dynamic Data community.
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Found this a great read for those who wish to apply Table or even Column level Permissions to a Dynamic Data application. The Author has spent a great deal of time getting to know and help others in the ASP.NET Dynamic Data community.
Perhaps the problem lies with SQL Server logins. SQL Server logins tie all security to the login, rather than the session. Meaning, I can't change security contexts on an open connection. I have to re-establish the connection under different credentials.