.net 4.0 - ASP.net Ajax Partial Rendering using UpdatePanel not working in WebKit browsers -


i part of developer team quite large online system using asp.net(4).

asp.net ajax breaks down webkit browsers , getting full page postbacks when should getting partial updatepanels.

i starting believe has application configuration, following reasons.

  • if move ajax enabled controls new project work expected browsers, including webkit.
  • i created static .aspx file nothing updatepanel,scriptmanager , button making literal visible on click.
  • i no javascript errors browser, , see http request asp.net-ajax (scriptresource.axd) in both firebug , chrome developer tools
  • i tried ye'old safari fix this highly referenced thread

edit: after bit more testing , http sniffing noticed major difference between test application , actual application. test application generates 2 additional .axd files not generated actual application. these webresource.axd, seem contain data related async postback. however case webkit browsers. webresource.axd files generated firefox can see them in firebug


what asking community, ideas or suggestions cause of problem , if correct assume problem on server side

thanks help

the problem due deprecated config file that's used limit content bots/spiders/crawlers receive, loading mistake our lovely inhouse cms

in short if u behavior similar case, check or configs


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -