How to disable SOAP1.2 in Web Services?

Answer Posted / amiya kumar parida

in web.config
<system.web>
<webServices>
<protocols>
<remove name="HttpSoap12"/>
</protocols>
</webServices>
.
.
.
<system.web>

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the tools or API for developing or testing web api?

529


How do sessions work?

532


What should you do is you want to remove an existing component but would like to make some funtionalities?

1480


How does windows service lifecycle differ from a .standard. Exe?

512


How can we make sure that Web API returns JSON data only?

537






In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

594


Do I need to have the latest version of windows media player installed?

511


Explain the main function of razor in asp.net? : asp.net mvc

585


How do we ensure view state has not tampered?

605


Where can I get the details on migration of existing projects using various technologies to asp.net?

518


Explain the difference between the web config and machine config.

623


Disable Mouse right click on web page in asp.net?

580


What are the two Layouts supported by a Web form in ASP.NET?

548


8. Why do you want to work here?

1476


When does a session actually start?

565