Hi Guys
Bit of a weird one, which we can’t solve.
We changed the security protocol on our server and since then the .net application has been down. We are stuck on hopefully one remaining error.
We have a backendless call which creates and saves some backendless data. This is working fine in the main .net application, but it fails in the .net web service where it is being called from the main application so there must be a pointer in that. The server guys have checked all the permissions and can’t find anything wrong. This was working before we upgraded the security. It is a backendless 3.0 app
The error we are getting when we try and save to backendless is
Unable to create the store directory.
Does this trace help?
<Data>BackendlessException</Data>
<Data>The underlying connection was closed: An unexpected error occurred on a receive.
at BackendlessAPI.Engine.Invoker.InvokeSync[T](String className, String methodName, Object[] args, Boolean enableUnderFlowInspection)
at BackendlessAPI.Service.PersistenceService.Find[T](BackendlessDataQuery dataQuery)
at BackendlessAPI.Data.DataStoreFactory.DataStoreImpl`1.Find(BackendlessDataQuery dataQueryOptions)
at backendupdate.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)