4 个解决方案
#1
取个asdasdfasdfasdfasfdasfdasfdasfdasfda.asmx的文件名
#2
刚GOOGLE了一下,貌似找到这个,你看看,或许能试出点什么。
http://developer.51cto.com/art/200908/142437.htm
http://developer.51cto.com/art/200908/142437.htm
#3
既然是公网的公开的Webservice这样做当然不行了
#4
问题正解在Web.config里加
1. < configuration>
2. < system.web>
3. < webServices>
4. < wsdlHelpGenerator href="MyDocumentation.aspx"/>
5. < /webServices>
6. ...
的确可以阻止wsdl文档的生成
#1
取个asdasdfasdfasdfasfdasfdasfdasfdasfda.asmx的文件名
#2
刚GOOGLE了一下,貌似找到这个,你看看,或许能试出点什么。
http://developer.51cto.com/art/200908/142437.htm
http://developer.51cto.com/art/200908/142437.htm
#3
既然是公网的公开的Webservice这样做当然不行了
#4
问题正解在Web.config里加
1. < configuration>
2. < system.web>
3. < webServices>
4. < wsdlHelpGenerator href="MyDocumentation.aspx"/>
5. < /webServices>
6. ...
的确可以阻止wsdl文档的生成