HttpHandler 101 FAIL

后端 未结 3 1672
醉话见心
醉话见心 2021-01-03 05:24

When I add an HTTP handler:


With the class:

using System;
usin         


        
3条回答
  •  死守一世寂寞
    2021-01-03 05:35

    When the Handler is a class in my App_Code directory the following works for me:

        
    

    (I've only added handlers for whole prefixes like "*.test").

提交回复
热议问题