.axd files generate a 404 error

后端 未结 9 2307
无人共我
无人共我 2020-12-31 08:32

Why do all of my .axd files generate a 404 error when on our production server?

9条回答
  •  难免孤独
    2020-12-31 09:19

    I added a attribute runAllManagedModulesForAllRequests="true" into modules.. node of the system.webServer section, the 404s stopped and handler started to work.

提交回复
热议问题