I have an ASP.NET 4 site that uses the new SQL CE 4 CTP. The site works fine locally (IIS 7.5 on Win7) and fine in Server 2003/IIS 6. It fails when deploying to IIS 7 on Ser
The actual solution was to add IUSR permissions to the bin directory (that were somehow missing). Hope this helps someone else in the future!