【发布时间】:2010-09-12 23:45:50
【问题描述】:
在我的 ASP.Net 1.1 应用程序中,我已将以下内容添加到我的 Web.Config(在 System.Web 标记部分中):
<httpHandlers>
<add verb="*" path="*.bcn" type="Internet2008.Beacon.BeaconHandler, Internet2008" />
</httpHandlers>
这很好用,并且 HTTPHandler 对 .bcn 类型的文件起作用,并完成它的工作。但是由于某种原因,所有 ASMX 文件都停止工作。知道为什么会这样吗?
干杯 格雷格
【问题讨论】:
标签: asp.net web-services configuration web-config httphandler