I'm trying to put an umbraco site on a webhost which works fine locally, but get the UnauthorizedAccessException exception below.
The site runs Sql Server CE 4 and the binaries are also included in the deployment
\bin\amd64(and x86)\Microsoft.VC90.CRT\msvcr90.dll
\bin\amd64(and x86)\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest
\bin\amd64(and x86)\sqlceca40.dll
\bin\amd64(and x86)\sqlcecompact40.dll
\bin\amd64(and x86)\sqlceer40EN.dll
\bin\amd64(and x86)\sqlceme40.dll
\bin\amd64(and x86)\sqlceqp40.dll
\bin\amd64(and x86)\sqlcese40.dll
\bin\System.Data.SqlServerCe.dll
\bin\System.Data.SqlServerCe.Entity.dll
\bin\SQLCE4Umbraco.dll
Is the problem purely file / folder permissions? Or do I need something else in the deployment?
Error running Reader:
SQL Statement:
select id, domainName from umbracoDomains
Exception:
System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
at System.Data.SqlServerCe.UnmanagedLibraryHelper..ctor(String fileName)
at System.Data.SqlServerCe.NativeMethodsHelper..ctor(String modulePath)
at System.Data.SqlServerCe.NativeMethods.LoadValidLibrary(String modulePath)
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinariesFromPrivateFolder(String privateInstall)
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries()
at System.Data.SqlServerCe.SqlCeConnection..ctor()
at System.Data.SqlServerCe.SqlCeConnection..ctor(String connectionString)
at SQLCE4Umbraco.SqlCeContextGuardian.ensureOpenBackgroundConnection(String connectionString)
at SQLCE4Umbraco.SqlCeContextGuardian.Open(String connectionString)
at SqlCE4Umbraco.SqlCeApplicationBlock.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlCeParameter[] commandParameters)