How to disable SOAP1.2 in Web Services?



How to disable SOAP1.2 in Web Services?..

Answer / 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

More ASP.NET Interview Questions

How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


Types of object in asp ?

1 Answers   Accenture,


What is the purpose of session management?

0 Answers  


what is diffrent between asp & asp.net

2 Answers  


What are the different authentication modes in asp.net?

0 Answers  






What is Bundling and Minification in MVC?

0 Answers   HCL,


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

0 Answers   eXensys,


Where is asp.net session stored?

0 Answers  


How to prevent client side validation from the ASP.NET validation controls?

0 Answers   Viscus Infotech,


What is true about application service provider?

0 Answers  


ADO.Net - how to get data from database and bind to the controls -- write this small code

3 Answers   Syntel,


What is the server of asp.net?

0 Answers  


Categories