How To Remove WSDL from webservices

5. March 2010

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     औथोर: आमिर हसन       أثر أمير حسن .

ALL, asp.net ,

web service applications using a SSL (or https)

16. February 2010

For 99.99% of web service applications using a SSL (or https) is more then sufficient to provide transport layer encryption.
There are some other cases (Such as credit cards and Social Security Numbers) where you may wish to encrypt some data before you send it across the wire.



Now if you don’t have the ability to use SSL encryption there are other ways to go about encrypting the stream but they can get complex and take allot of time to configure.
WSE can do a lot of work for you..



Author: Aamir Hasan     औथोर: आमिर हसन       أثر أمير حسن .

asp.net ,



User Name: Guest

Your Ip: 38.107.191.92
Time: