Hey, I released a ajax-based project on live server recently, everythings is fine. (Asp.net ajax v1.0)
But when I turn on the SSL tunnels on app's virtual directory, Ajax doesn't work any more.
for example, a GridView paging functionality within a UpdatePanel, after a long-time loading, it throws timeout exception at client side. (same func works fine under non-SSL).
Can someone give me a tips about how to make Ajax work under SSL? All reply is appreciate!
helo.
are you mixing http with https on the same site or is everything running in https? btw, can you put the stack trace here?
code is very very simple, just GridView paging func under UpdatePanel.
only popup a alert window. here is the screenshot.
hello again.
hum, can you use fiddler to see what is being send to the server?
No comments:
Post a Comment