Can any one tell me , when we register the custom HTTPHander in web.config like below
<add verb="*" path="SampleHandler.new"
type="SampleHandler, SampleHandlerAssembly" />
in this What is the meaning of the verb="*" and what is the it's use?