views:

7

answers:

1

Hello,

I'm trying to do a RadAjaxPanel ajaxRequest (invoked on the client) to call the server event-handler. I'm getting a 404. I do have a server-side AjaxRequest handler defined but it never gets call because of something with the request. What do I have to do to figure this out?

.NET 4.0, IIS 7.5, latest telerik.

Thanks.

A: 

I would go with Firebug or Fiddler (for IE) to see how the request is initiated and when happens afterwards. Also check the web.config configuration - whether the behavior changes with Classic or integrated IIS 7 pool.

Dick Lampard