开发者

Telerik RadAjaxPanel returns 404

开发者 https://www.devze.com 2023-01-20 00:15 出处:网络
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 beca

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. 开发者_StackOverflow中文版What do I have to do to figure this out?

.NET 4.0, IIS 7.5, latest telerik.

Thanks.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消