Can I Use Sql Server Ce In A Medium Trust Environment By Just Deploying The Dlls
I've written an ASP.NET 4.0 application that is using a SQL Server CE 4.0 database. This is all working on my development environment using Medium Trust (same trust config as the h
Solution 1:
Yes, provided your hoster allows it - it is allowed by default in ASP.NET 4.0. Make sure you use assembly version 4.0.0.0 (and not 4.0.0.1). Read more here: http://erikej.blogspot.com/2011/10/sql-server-compact-40-under-aspnet.html
Post a Comment for "Can I Use Sql Server Ce In A Medium Trust Environment By Just Deploying The Dlls"