错误描述:
- 可以出现调用HelloWorld的界面
- 点击调用按钮报无法找到该资源
错误分析:
- 把webservice当成controller了。
解决:
global中
添加 routes.IgnoreRoute("{resource}.asmx/{*pathInfo}");
时间: 2024-12-07 02:32:47
错误描述:
错误分析:
解决:
global中
添加 routes.IgnoreRoute("{resource}.asmx/{*pathInfo}");