Can I upload Crash Log on mysql server when App Crash?
I tried like this :::
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
Dim http As HttpJob
http.Initialize("temp",Me)
Dim post As String
post = "errorlog=" & "testing"
http.PostString(url...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.