Author Aamir Hasan
Many times people ask me about, how to disable WSDL information from everyone, because every one can see it if any one know the page name *.asmx.So
You have to do, add these line of code to your web config file
<? xmlversion="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<webServices>
<protocols>
<remove name="Documentation"/>
</protocols>
</webServices>
</system.web>
</configuration>
Author:
Aamir Hasan औथोर:
आमिर हसन أثر
أمير حسن .
f08d5277-0f6b-47e8-9638-83ff0d79061e|0|.0
ALL, asp.net
asp.net, webservices