G
Guest
Greetings,
I've sucessfully implemented a client callback using the RaiseCallbackEvent
method in the ICallbackEventHandler interface and the
GetCallbackEventReference helper method. Everything works great in all our
test environments.
The problem I'm having only occurs in our production environment. For
reasons I suspect are security related, the method specified in
GetCallbackEventReference() is never called.
For example, ReceiveServerData is never called in our production
environments (but it is called in test environments).
string cbReference = Page.GetCallbackEventReference(this, "arg",
"ReceiveServerData", "context");
Can anyone provide the reason or some insight as to why the call to the
client from the server would fail?
Thanks.
I've sucessfully implemented a client callback using the RaiseCallbackEvent
method in the ICallbackEventHandler interface and the
GetCallbackEventReference helper method. Everything works great in all our
test environments.
The problem I'm having only occurs in our production environment. For
reasons I suspect are security related, the method specified in
GetCallbackEventReference() is never called.
For example, ReceiveServerData is never called in our production
environments (but it is called in test environments).
string cbReference = Page.GetCallbackEventReference(this, "arg",
"ReceiveServerData", "context");
Can anyone provide the reason or some insight as to why the call to the
client from the server would fail?
Thanks.