Hi Dynamicweb,
We are working on a project with web socket, where we would like to use the database connection from Dynamicweb, but for now the method CreateConnection in DatabaseConnectionProvider has this line:
Dim strDatabasePath As String = HttpContext.Current.Server.MapPath("\Database\")
Can this be moved 4 lines down and only be accessed if the database type is set to Access? Because web socket has no HttpContext set.
Best regards, Anders