Hi Everyone,
i am working with ARR to forward the requests from web server to app server, and it is working fine except when it calls the callback function using javascript on server side. It gives me the message "the data could not be loaded". does anyone have idea on this? i am pasting the code for your reference
Private Const JSCRIPT As String = _"function RunLogin() {{" & vbCrLf & _" document.getElementById('btnLogin').disabled = true;"
& vbCrLf & _" window.{0}.Callback('true');"
& vbCrLf & _" document.getElementById('btnLogin').disabled = false;"
& vbCrLf & _"}}" & vbCrLf & _vbCrLf & _
ARR is not able to forward the callback request from web server to app server, please help me on this..