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

Can I stream live content/events?

0 Answers  


What are the Types of authentications in IIS

0 Answers   Microsoft,


What is a 404 redirect?

0 Answers  


What are typed datasets?

1 Answers   IBS,


What is the concepts of globalization and localization in .net?

0 Answers  






what is wwf in asp.net?

3 Answers  


Explain Life cycle of ASP.NET page when a request is made.

0 Answers  


What is customer control and user control?

1 Answers   Perot Systems,


Where do you store the information about the user?s locale?

2 Answers  


What is synchronous and Asynchronous post back ?

0 Answers  


what are the new server controls added in Asp.net 2.0?

1 Answers   DOSPL,


How dataadapter.fill works?

0 Answers  


Categories