在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Hello, Atit Thekdi 答: By default .Net framework provides a default DefaultWsdlHelpGenerator.aspx under <windir>\Microsoft.Net\Framework\<version>\Config you can override it in your application by change the web.config.
<?xml version="1.0" encoding="utf-8"?>
<configuration> <system.web> <webServices> <wsdlHelpGenerator href="MyServiceDescriptionGenerator.aspx"/> </webServices> </system.web> </configuration> Hope this helps |
请发表评论