An error occurred during the parsing of a resource required to service this request

An error occurred during the parsing of a resource required to service this request_第1张图片

如上是我写的一个WebServices发布后报错

1:目录结构如下:

An error occurred during the parsing of a resource required to service this request_第2张图片

2:从错误原因中的路径 class=Airticket.MVC.Service.TicketService.asmx  可看出路径不对,应该将Service 改为WebService,

3:手动改,改完即刻生效

4:完全是蒙对的,不清楚为什么,网上也没什么解释,如果亲你明白,一定要告诉我为什么会这样,谢谢。

你可能感兴趣的:(MVC,mvc,webservice,发布)