I'm getting a http digest login dialog box when loading the homepage of my graffiticms blog.
This happens almost every time that I load the homepage in a new browser session.
When I do Cancel and refresh the page, the page always loads fine.
My site is in a hosted environment, so I do not have direct access to IIS.
The following error is displayed:
Access to the path 'D:\xxxxxxx.com\wwwroot\App_Data\Graffiti.vdb3' is denied.
and
[UnauthorizedAccessException: Access to the path 'D:\xxxxxx.com\wwwroot\App_Data\Graffiti.vdb3' is denied.]
ez.a(String A_0, Int32 A_1, Boolean A_2) +308
ez..ctor(String A_0, a A_1, Int32 A_2, Boolean A_3) +109
u.a(String A_0, a A_1, Int32 A_2, Boolean A_3) +171
nu.b(a A_0, UInt64 A_1) +107
hb.b(a A_0, UInt64 A_1) +40
ak.b(a A_0, UInt64 A_1) +39
nu.c(a A_0, UInt64 A_1) +50
[VistaDBException: Access to the path 'D:\xxxxxx.com\wwwroot\App_Data\Graffiti.vdb3' is denied.
Error 101 (Provider v. 3.3.1.50): Cannot open data storage or file: D:\xxxxxxx.com\wwwroot\App_Data\Graffiti.vdb3
]
nu.c(a A_0, UInt64 A_1) +120
h9.a(Boolean A_0, Boolean A_1, Boolean A_2, Boolean A_3) +125
mp.a(String A_0, VistaDBDatabaseOpenMode A_1, String A_2, Boolean A_3, Boolean A_4) +165
[VistaDBException: Access to the path 'D:\xxxxxxx.com\wwwroot\App_Data\Graffiti.vdb3' is denied.
Error 101 (Provider v. 3.3.1.50): Cannot open data storage or file: D:\xxxxxxx.com\wwwroot\App_Data\Graffiti.vdb3
Error 117 (Provider v. 3.3.1.50): Cannot open database: D:\xxxxxx.com\wwwroot\App_Data\Graffiti.vdb3
]
mp.a(String A_0, VistaDBDatabaseOpenMode A_1, String A_2, Boolean A_3, Boolean A_4) +239
mp.b(String A_0, VistaDBDatabaseOpenMode A_1, String A_2) +17
l3.a(String A_0, VistaDBDatabaseOpenMode A_1, String A_2, Boolean A_3) +114
VistaDB.Provider.VistaDBConnection.Open() +356
DataBuddy.DataProvider.ExecuteReader(QueryCommand cmd) +107
DataBuddy.Query.ExecuteReader() +46
Graffiti.Core.ObjectStore.FetchByQuery(Query q) +56
Graffiti.Core.ObjectStore.FetchByColumn(Column column, Object value) +53
ASP.global_asax.Application_Start(Object sender, EventArgs e) +123
|
What setting should I change for graffiti-cms to work? I've tried two different hosts now.
According to my provider, all folders have write permission set by default.